From 4b83f9737f7b7145525b7de8633558ff8fede7e7 Mon Sep 17 00:00:00 2001 From: Marcin Koziuk Date: Mon, 16 May 2022 09:36:03 +0200 Subject: [PATCH] Update groupId and versions --- pom.xml | 4 ++-- sample-maven-spring/pom.xml | 6 +++--- sample-maven/pom.xml | 4 ++-- typescript-generator-core/pom.xml | 5 +++-- .../typescript/generator/TypeScriptGenerator.java | 2 +- typescript-generator-gradle-plugin/pom.xml | 9 +++++---- typescript-generator-maven-plugin/pom.xml | 9 +++++---- typescript-generator-spring/pom.xml | 13 +++++++------ 8 files changed, 28 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index dd53ff007..9a38cff6a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,10 +2,10 @@ 4.0.0 - cz.habarta.typescript-generator + com.github.MarcinKoziuk typescript-generator pom - 2.36-SNAPSHOT + 2.37-SNAPSHOT typescript-generator Generates TypeScript declaration file from specified java classes. https://github.com/vojtechhabarta/typescript-generator diff --git a/sample-maven-spring/pom.xml b/sample-maven-spring/pom.xml index d3a1577d4..b495b9769 100644 --- a/sample-maven-spring/pom.xml +++ b/sample-maven-spring/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator sample-maven-spring 2.0-SNAPSHOT jar @@ -35,7 +35,7 @@ - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator typescript-generator-maven-plugin ${typescript-generator.version} @@ -62,7 +62,7 @@ - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator typescript-generator-spring ${typescript-generator.version} diff --git a/sample-maven/pom.xml b/sample-maven/pom.xml index 64851ed1c..9f3d52cd5 100644 --- a/sample-maven/pom.xml +++ b/sample-maven/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator sample-maven 2.0-SNAPSHOT jar @@ -31,7 +31,7 @@ - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator typescript-generator-maven-plugin FILL_VERSION diff --git a/typescript-generator-core/pom.xml b/typescript-generator-core/pom.xml index 5a92f4d48..3f13188dc 100644 --- a/typescript-generator-core/pom.xml +++ b/typescript-generator-core/pom.xml @@ -3,11 +3,12 @@ 4.0.0 - cz.habarta.typescript-generator + com.github.MarcinKoziuk typescript-generator - 2.36-SNAPSHOT + 2.37-SNAPSHOT + com.github.MarcinKoziuk.typescript-generator typescript-generator-core jar typescript-generator-core diff --git a/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/TypeScriptGenerator.java b/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/TypeScriptGenerator.java index 51767da52..a8e510a75 100644 --- a/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/TypeScriptGenerator.java +++ b/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/TypeScriptGenerator.java @@ -240,7 +240,7 @@ public NpmPackageJsonEmitter getNpmPackageJsonEmitter() { private static String getVersion() { try { final InputStream inputStream = TypeScriptGenerator.class.getResourceAsStream( - "/META-INF/maven/cz.habarta.typescript-generator/typescript-generator-core/pom.properties"); + "/META-INF/maven/com.github.MarcinKoziuk.typescript-generator/typescript-generator-core/pom.properties"); if (inputStream != null) { final Properties properties = new Properties(); properties.load(inputStream); diff --git a/typescript-generator-gradle-plugin/pom.xml b/typescript-generator-gradle-plugin/pom.xml index d683d9929..65f7dd49b 100644 --- a/typescript-generator-gradle-plugin/pom.xml +++ b/typescript-generator-gradle-plugin/pom.xml @@ -3,11 +3,12 @@ 4.0.0 - cz.habarta.typescript-generator + com.github.MarcinKoziuk typescript-generator - 2.36-SNAPSHOT + 2.37-SNAPSHOT + com.github.MarcinKoziuk.typescript-generator typescript-generator-gradle-plugin jar typescript-generator-gradle-plugin @@ -47,9 +48,9 @@ 2.4.21 - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator typescript-generator-core - 2.36-SNAPSHOT + 2.37-SNAPSHOT diff --git a/typescript-generator-maven-plugin/pom.xml b/typescript-generator-maven-plugin/pom.xml index 80b686d0d..68c946a02 100644 --- a/typescript-generator-maven-plugin/pom.xml +++ b/typescript-generator-maven-plugin/pom.xml @@ -3,11 +3,12 @@ 4.0.0 - cz.habarta.typescript-generator + com.github.MarcinKoziuk typescript-generator - 2.36-SNAPSHOT + 2.37-SNAPSHOT + com.github.MarcinKoziuk.typescript-generator typescript-generator-maven-plugin maven-plugin typescript-generator-maven-plugin @@ -26,9 +27,9 @@ provided - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator typescript-generator-core - 2.36-SNAPSHOT + 2.37-SNAPSHOT diff --git a/typescript-generator-spring/pom.xml b/typescript-generator-spring/pom.xml index f79fa2475..618b6a873 100644 --- a/typescript-generator-spring/pom.xml +++ b/typescript-generator-spring/pom.xml @@ -3,11 +3,12 @@ 4.0.0 - cz.habarta.typescript-generator + com.github.MarcinKoziuk typescript-generator - 2.36-SNAPSHOT + 2.37-SNAPSHOT + com.github.MarcinKoziuk.typescript-generator typescript-generator-spring jar typescript-generator-spring @@ -18,9 +19,9 @@ - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator typescript-generator-core - 2.36-SNAPSHOT + 2.37-SNAPSHOT org.springframework.boot @@ -45,9 +46,9 @@ - cz.habarta.typescript-generator + com.github.MarcinKoziuk.typescript-generator typescript-generator-core - 2.36-SNAPSHOT + 2.37-SNAPSHOT test-jar test