From c388b905119014a81f302383e27201603868114a Mon Sep 17 00:00:00 2001 From: Ats Uiboupin Date: Wed, 24 Aug 2016 00:09:12 +0300 Subject: [PATCH] fix #45 - added maven project groupId prefix "com.github.raphaeljolivet." to match maven plugin groupId when downloading it from jitpack.io repo (for maven plugins groupId, artifact and version are double-checked - content of maven plugin pom.xml must match groupId,artifact,version that was used to download the plugin) --- README.md | 2 +- java2typescript-jackson/pom.xml | 12 +++++------- java2typescript-jaxrs/pom.xml | 13 +++++-------- java2typescript-maven-plugin/pom.xml | 17 ++++++----------- pom.xml | 5 ++--- sample-web-app-client/pom.xml | 8 ++++---- sample-web-app-server/pom.xml | 5 ++--- sample-web-app/pom.xml | 6 +++--- 8 files changed, 28 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index 8d5a9c4..933fac1 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To install the library using Maven add [JitPack](https://jitpack.io/) repository com.github.raphaeljolivet.java2typescript java2typescript-maven-plugin - v0.3.0.rc2 + v0.3.0.rc3-SNAPSHOT ... diff --git a/java2typescript-jackson/pom.xml b/java2typescript-jackson/pom.xml index a3f37f0..5ec1afd 100644 --- a/java2typescript-jackson/pom.xml +++ b/java2typescript-jackson/pom.xml @@ -15,7 +15,11 @@ --> 4.0.0 - + + com.github.raphaeljolivet.java2typescript + java2typescript + v0.3.0.rc3-SNAPSHOT + java2typescript-jackson java2typescript jackson module @@ -59,10 +63,4 @@ - - - java2typescript - java2typescript - 0.3-SNAPSHOT - diff --git a/java2typescript-jaxrs/pom.xml b/java2typescript-jaxrs/pom.xml index fb2a107..15cefec 100644 --- a/java2typescript-jaxrs/pom.xml +++ b/java2typescript-jaxrs/pom.xml @@ -8,16 +8,14 @@ 4.0.0 - java2typescript + com.github.raphaeljolivet.java2typescript java2typescript - 0.3-SNAPSHOT + v0.3.0.rc3-SNAPSHOT - java2typescript java2typescript-jaxrs java2typescript jaxrs - 0.3-SNAPSHOT - + A module to generate JSON descriptor and Typescript definition out of a REST Service, out of JAX-RS annotations @@ -36,13 +34,12 @@ 15.0 - java2typescript + ${project.groupId} java2typescript-jackson ${project.version} - - java2typescript + ${project.groupId} sample-web-app-server ${project.version} test diff --git a/java2typescript-maven-plugin/pom.xml b/java2typescript-maven-plugin/pom.xml index e27c781..e844db7 100644 --- a/java2typescript-maven-plugin/pom.xml +++ b/java2typescript-maven-plugin/pom.xml @@ -2,23 +2,18 @@ 4.0.0 - java2typescript + com.github.raphaeljolivet.java2typescript java2typescript - 0.3-SNAPSHOT + v0.3.0.rc3-SNAPSHOT - - com.github.raphaeljolivet.java2typescript java2typescript-maven-plugin - v0.3.0.rc2 - maven-plugin java2typescript maven plugin http://maven.apache.org 2.2.1 - 0.3-SNAPSHOT @@ -38,8 +33,8 @@ - + org.eclipse.m2e lifecycle-mapping @@ -115,9 +110,9 @@ 1.3.8 - java2typescript + ${project.groupId} java2typescript-jaxrs - ${java2typescript.version} + ${project.version} diff --git a/pom.xml b/pom.xml index dac6fa5..256759c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,14 +1,13 @@ 4.0.0 - java2typescript + com.github.raphaeljolivet.java2typescript java2typescript - 0.3-SNAPSHOT + v0.3.0.rc3-SNAPSHOT pom java2typescript - 0.3-SNAPSHOT 1.6 1.6 github diff --git a/sample-web-app-client/pom.xml b/sample-web-app-client/pom.xml index a0ffd8f..31b3613 100644 --- a/sample-web-app-client/pom.xml +++ b/sample-web-app-client/pom.xml @@ -3,9 +3,9 @@ 4.0.0 - java2typescript + com.github.raphaeljolivet.java2typescript java2typescript - 0.3-SNAPSHOT + v0.3.0.rc3-SNAPSHOT sample-web-app-client @@ -21,9 +21,9 @@ - java2typescript + com.github.raphaeljolivet.java2typescript java2typescript-maven-plugin - 0.3-SNAPSHOT + v0.3.0.rc3-SNAPSHOT com.example.rs.PeopleRestService People diff --git a/sample-web-app-server/pom.xml b/sample-web-app-server/pom.xml index 07e5815..3e73db9 100644 --- a/sample-web-app-server/pom.xml +++ b/sample-web-app-server/pom.xml @@ -2,12 +2,11 @@ 4.0.0 - java2typescript + com.github.raphaeljolivet.java2typescript java2typescript - 0.3-SNAPSHOT + v0.3.0.rc3-SNAPSHOT - java2typescript sample-web-app-server jar diff --git a/sample-web-app/pom.xml b/sample-web-app/pom.xml index c6fa3a8..0d797d5 100644 --- a/sample-web-app/pom.xml +++ b/sample-web-app/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - java2typescript + com.github.raphaeljolivet.java2typescript java2typescript - 0.3-SNAPSHOT + v0.3.0.rc3-SNAPSHOT sample-web-app @@ -99,7 +99,7 @@ com.github.raphaeljolivet.java2typescript java2typescript-maven-plugin - v0.3.0.rc2 + v0.3.0.rc3-SNAPSHOT com.example.rs.PeopleRestService People