diff --git a/.gitignore b/.gitignore index 94ad06cdb..e4c002030 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ nogit/ /.settings /.project .metadata -RemoteSystemsTempFiles \ No newline at end of file +RemoteSystemsTempFiles +/.gradle \ No newline at end of file diff --git a/eclipse-features/com.mulesoft.jaxrs.raml.feature/feature.xml b/eclipse-features/com.mulesoft.jaxrs.raml.feature/feature.xml index 6140f2a63..76f916e43 100644 --- a/eclipse-features/com.mulesoft.jaxrs.raml.feature/feature.xml +++ b/eclipse-features/com.mulesoft.jaxrs.raml.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/eclipse-features/com.mulesoft.jaxrs.raml.feature/pom.xml b/eclipse-features/com.mulesoft.jaxrs.raml.feature/pom.xml index b11777e4b..42ca6d8be 100644 --- a/eclipse-features/com.mulesoft.jaxrs.raml.feature/pom.xml +++ b/eclipse-features/com.mulesoft.jaxrs.raml.feature/pom.xml @@ -6,7 +6,7 @@ ../../eclipse/pom.xml org.raml parent -1.3.4-SNAPSHOT +1.3.4 com.mulesoft.jaxrs.raml.feature diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 67bb1b09a..f68843ee7 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.raml parent -1.3.4-SNAPSHOT +1.3.4 pom ../jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin diff --git a/eclipse/updateSite/category.xml b/eclipse/updateSite/category.xml index 970ac295e..bd34fe937 100644 --- a/eclipse/updateSite/category.xml +++ b/eclipse/updateSite/category.xml @@ -1,6 +1,6 @@ - + diff --git a/eclipse/updateSite/pom.xml b/eclipse/updateSite/pom.xml index e83ff90ae..2d639212a 100644 --- a/eclipse/updateSite/pom.xml +++ b/eclipse/updateSite/pom.xml @@ -5,7 +5,7 @@ ../pom.xml org.raml parent -1.3.4-SNAPSHOT +1.3.4 com.mulesoft.jaxrs-raml.p2updatesite eclipse-repository diff --git a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.annotations/pom.xml b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.annotations/pom.xml index eb06ce30d..daeebbb6a 100644 --- a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.annotations/pom.xml +++ b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.annotations/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.raml com.mulesoft.jaxrs.raml.generator.annotations -1.3.4-SNAPSHOT +1.3.4 src diff --git a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/META-INF/MANIFEST.MF b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/META-INF/MANIFEST.MF index 34bf2c503..a480cbde8 100644 --- a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/META-INF/MANIFEST.MF +++ b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Eclipse Bundle-SymbolicName: com.mulesoft.jaxrs.raml.generator.eclipse;singleton:=true -Bundle-Version: 1.3.4.qualifier +Bundle-Version: 1.3.4 Bundle-Vendor: MULESOFT Require-Bundle: org.eclipse.jdt.core, org.eclipse.jdt.ui, diff --git a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/pom.xml b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/pom.xml index a35e2543a..82a5cc287 100644 --- a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/pom.xml +++ b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/pom.xml @@ -3,7 +3,7 @@ ../../eclipse org.raml parent -1.3.4-SNAPSHOT +1.3.4 com.mulesoft.jaxrs.raml.generator.eclipse 4.0.0 diff --git a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/META-INF/MANIFEST.MF b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/META-INF/MANIFEST.MF index 0039095cd..dc3d4da38 100644 --- a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/META-INF/MANIFEST.MF +++ b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Generator Bundle-SymbolicName: com.mulesoft.jaxrs.raml.generator.plugin;singleton:=true -Bundle-Version: 1.3.4.qualifier +Bundle-Version: 1.3.4 Bundle-Vendor: MULESOFT Export-Package: bin.org.yaml.snakeyaml, bin.org.yaml.snakeyaml.composer, diff --git a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/pom.xml b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/pom.xml index d7caa50d7..8721c5bcf 100644 --- a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/pom.xml +++ b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/pom.xml @@ -20,7 +20,7 @@ ../../eclipse org.raml parent -1.3.4-SNAPSHOT +1.3.4 true diff --git a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/META-INF/MANIFEST.MF b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/META-INF/MANIFEST.MF index 985fce2cb..3af9dba06 100644 --- a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/META-INF/MANIFEST.MF +++ b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Generator Bundle-SymbolicName: com.mulesoft.jaxrs.raml.generator;singleton:=true -Bundle-Version: 1.3.4.qualifier +Bundle-Version: 1.3.4 Bundle-Vendor: MULESOFT Export-Package: bin.org.yaml.snakeyaml, bin.org.yaml.snakeyaml.composer, diff --git a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/pom.xml b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/pom.xml index 2c16b85f5..9107b8cd5 100644 --- a/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/pom.xml +++ b/jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.raml com.mulesoft.jaxrs.raml.generator -1.3.4-SNAPSHOT +1.3.4 mulesoft-releases diff --git a/jaxrs-to-raml/examples/contacts/pom.xml b/jaxrs-to-raml/examples/contacts/pom.xml index c4139daba..b9e00637d 100644 --- a/jaxrs-to-raml/examples/contacts/pom.xml +++ b/jaxrs-to-raml/examples/contacts/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org @@ -23,7 +23,7 @@ - 1.3.4-SNAPSHOT + 1.3.4 org.raml.plugins jaxrs-raml-maven-plugin diff --git a/jaxrs-to-raml/examples/helloworld/pom.xml b/jaxrs-to-raml/examples/helloworld/pom.xml index c4139daba..b9e00637d 100644 --- a/jaxrs-to-raml/examples/helloworld/pom.xml +++ b/jaxrs-to-raml/examples/helloworld/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org @@ -23,7 +23,7 @@ - 1.3.4-SNAPSHOT + 1.3.4 org.raml.plugins jaxrs-raml-maven-plugin diff --git a/jaxrs-to-raml/examples/jaxbxml-example/pom.xml b/jaxrs-to-raml/examples/jaxbxml-example/pom.xml index c4139daba..b9e00637d 100644 --- a/jaxrs-to-raml/examples/jaxbxml-example/pom.xml +++ b/jaxrs-to-raml/examples/jaxbxml-example/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org @@ -23,7 +23,7 @@ - 1.3.4-SNAPSHOT + 1.3.4 org.raml.plugins jaxrs-raml-maven-plugin diff --git a/jaxrs-to-raml/examples/library/pom.xml b/jaxrs-to-raml/examples/library/pom.xml index c4139daba..b9e00637d 100644 --- a/jaxrs-to-raml/examples/library/pom.xml +++ b/jaxrs-to-raml/examples/library/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org @@ -23,7 +23,7 @@ - 1.3.4-SNAPSHOT + 1.3.4 org.raml.plugins jaxrs-raml-maven-plugin diff --git a/jaxrs-to-raml/examples/search/pom.xml b/jaxrs-to-raml/examples/search/pom.xml index c4139daba..b9e00637d 100644 --- a/jaxrs-to-raml/examples/search/pom.xml +++ b/jaxrs-to-raml/examples/search/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org @@ -23,7 +23,7 @@ - 1.3.4-SNAPSHOT + 1.3.4 org.raml.plugins jaxrs-raml-maven-plugin diff --git a/jaxrs-to-raml/examples/shop/pom.xml b/jaxrs-to-raml/examples/shop/pom.xml index c4139daba..b9e00637d 100644 --- a/jaxrs-to-raml/examples/shop/pom.xml +++ b/jaxrs-to-raml/examples/shop/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org @@ -23,7 +23,7 @@ - 1.3.4-SNAPSHOT + 1.3.4 org.raml.plugins jaxrs-raml-maven-plugin diff --git a/jaxrs-to-raml/examples/swagger-example/pom.xml b/jaxrs-to-raml/examples/swagger-example/pom.xml index c4139daba..b9e00637d 100644 --- a/jaxrs-to-raml/examples/swagger-example/pom.xml +++ b/jaxrs-to-raml/examples/swagger-example/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org @@ -23,7 +23,7 @@ - 1.3.4-SNAPSHOT + 1.3.4 org.raml.plugins jaxrs-raml-maven-plugin diff --git a/jaxrs-to-raml/functional-tests/pom.xml b/jaxrs-to-raml/functional-tests/pom.xml index 1d97221a7..f98613d8b 100644 --- a/jaxrs-to-raml/functional-tests/pom.xml +++ b/jaxrs-to-raml/functional-tests/pom.xml @@ -4,7 +4,7 @@ 4.0.0 jaxrstoraml jaxrstoraml -1.3.4-SNAPSHOT +1.3.4 jar jaxrstoraml http://maven.apache.org diff --git a/jaxrs-to-raml/jaxrs-raml-maven-plugin/pom.xml b/jaxrs-to-raml/jaxrs-raml-maven-plugin/pom.xml index 5fe4590b8..463e7d88a 100644 --- a/jaxrs-to-raml/jaxrs-raml-maven-plugin/pom.xml +++ b/jaxrs-to-raml/jaxrs-raml-maven-plugin/pom.xml @@ -4,12 +4,12 @@ org.raml jaxrs-to-raml -1.3.4-SNAPSHOT +1.3.4 JAX-RS RAML Maven Plug-in org.raml.plugins jaxrs-raml-maven-plugin -1.3.4-SNAPSHOT +1.3.4 mule-ee-releases diff --git a/jaxrs-to-raml/pom.xml b/jaxrs-to-raml/pom.xml index 822593160..a4f71cc0a 100644 --- a/jaxrs-to-raml/pom.xml +++ b/jaxrs-to-raml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.raml jaxrs-to-raml -1.3.4-SNAPSHOT +1.3.4 pom com.mulesoft.jaxrs.raml.generator diff --git a/pom.xml b/pom.xml index 5392ddf5d..cd6a376a4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.raml com.mulesoft.jaxrs-raml.all -1.3.4-SNAPSHOT +1.3.4 pom diff --git a/raml-to-jaxrs/core/pom.xml b/raml-to-jaxrs/core/pom.xml index d54906d73..2e353f962 100644 --- a/raml-to-jaxrs/core/pom.xml +++ b/raml-to-jaxrs/core/pom.xml @@ -5,13 +5,13 @@ org.raml raml-jaxrs-codegen-parent -1.3.4-SNAPSHOT +1.3.4 raml-jaxrs-codegen-core jar RAML JAX-RS Codegen Core -1.3.4-SNAPSHOT +1.3.4 ../LICENSE_HEADER.txt diff --git a/raml-to-jaxrs/eclipse-plugin/META-INF/MANIFEST.MF b/raml-to-jaxrs/eclipse-plugin/META-INF/MANIFEST.MF index f945d2f59..ac70e3450 100644 --- a/raml-to-jaxrs/eclipse-plugin/META-INF/MANIFEST.MF +++ b/raml-to-jaxrs/eclipse-plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Raml-jaxrs-eclipse-plugin Bundle-SymbolicName: raml-jaxrs-eclipse-plugin;singleton:=true -Bundle-Version: 1.3.4.qualifier +Bundle-Version: 1.3.4 Bundle-Activator: raml.jaxrs.eclipse.plugin.Activator Bundle-Vendor: MuleSoft Require-Bundle: org.eclipse.ui, diff --git a/raml-to-jaxrs/eclipse-plugin/pom.xml b/raml-to-jaxrs/eclipse-plugin/pom.xml index 01aaf8dfc..f87ce091d 100644 --- a/raml-to-jaxrs/eclipse-plugin/pom.xml +++ b/raml-to-jaxrs/eclipse-plugin/pom.xml @@ -3,7 +3,7 @@ ../../eclipse org.raml parent -1.3.4-SNAPSHOT +1.3.4 raml-jaxrs-eclipse-plugin 4.0.0 diff --git a/raml-to-jaxrs/examples/cli-example/run.bat b/raml-to-jaxrs/examples/cli-example/run.bat index 99dda98b0..e26eae2b2 100644 --- a/raml-to-jaxrs/examples/cli-example/run.bat +++ b/raml-to-jaxrs/examples/cli-example/run.bat @@ -1,7 +1,7 @@ @echo off -if exist ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-SNAPSHOT-jar-with-dependencies.jar ( - java -cp ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-SNAPSHOT-jar-with-dependencies.jar org.raml.jaxrs.codegen.core.Launcher -basePackageName com.somecompany.sample -outputDirectory output -sourceDirectory raml +if exist ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-jar-with-dependencies.jar ( + java -cp ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-jar-with-dependencies.jar org.raml.jaxrs.codegen.core.Launcher -basePackageName com.somecompany.sample -outputDirectory output -sourceDirectory raml ) else ( echo *** run mvn assembly:assembly -DdescriptorId=jar-with-dependencies echo *** in raml-to-jaxrs/core first to make jar diff --git a/raml-to-jaxrs/examples/cli-example/run.sh b/raml-to-jaxrs/examples/cli-example/run.sh index 4af38a3e8..ed6dfe63e 100644 --- a/raml-to-jaxrs/examples/cli-example/run.sh +++ b/raml-to-jaxrs/examples/cli-example/run.sh @@ -3,6 +3,6 @@ echo "*** run mvn assembly:assembly -DdescriptorId=jar-with-dependencies" echo "*** in raml-to-jaxrs/core first to make jar" -java -cp ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-SNAPSHOT-jar-with-dependencies.jar org.raml.jaxrs.codegen.core.Launcher -basePackageName com.somecompany.sample -outputDirectory output -sourceDirectory raml +java -cp ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-jar-with-dependencies.jar org.raml.jaxrs.codegen.core.Launcher -basePackageName com.somecompany.sample -outputDirectory output -sourceDirectory raml diff --git a/raml-to-jaxrs/examples/raml-maven-plugin-example/pom.xml b/raml-to-jaxrs/examples/raml-maven-plugin-example/pom.xml index 57d317520..dae25e16a 100644 --- a/raml-to-jaxrs/examples/raml-maven-plugin-example/pom.xml +++ b/raml-to-jaxrs/examples/raml-maven-plugin-example/pom.xml @@ -4,7 +4,7 @@ org.raml.example raml-maven-plugin-example jar - 1.0-SNAPSHOT +1.3.4 raml-maven-plugin-example http://maven.apache.org diff --git a/raml-to-jaxrs/gradle-plugin/pom.xml b/raml-to-jaxrs/gradle-plugin/pom.xml index acd6d04b9..96f3f51ee 100644 --- a/raml-to-jaxrs/gradle-plugin/pom.xml +++ b/raml-to-jaxrs/gradle-plugin/pom.xml @@ -5,7 +5,7 @@ org.raml raml-jaxrs-codegen-parent - 1.3.4-SNAPSHOT +1.3.4 raml-gradle-plugin diff --git a/raml-to-jaxrs/maven-plugin/pom.xml b/raml-to-jaxrs/maven-plugin/pom.xml index 568219458..59a038a50 100644 --- a/raml-to-jaxrs/maven-plugin/pom.xml +++ b/raml-to-jaxrs/maven-plugin/pom.xml @@ -5,7 +5,7 @@ org.raml raml-jaxrs-codegen-parent -1.3.4-SNAPSHOT +1.3.4 org.raml.plugins diff --git a/raml-to-jaxrs/pom.xml b/raml-to-jaxrs/pom.xml index 03af1cf75..7acf1f259 100644 --- a/raml-to-jaxrs/pom.xml +++ b/raml-to-jaxrs/pom.xml @@ -5,7 +5,7 @@ raml-jaxrs-codegen-parent pom RAML JAX-RS Codegen -1.3.4-SNAPSHOT +1.3.4 core maven-plugin