Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix versions to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderosipov committed Jan 8, 2016
1 parent 71f805c commit baad0ec
Show file tree
Hide file tree
Showing 33 changed files with 44 additions and 43 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ nogit/
/.settings
/.project
.metadata
RemoteSystemsTempFiles
RemoteSystemsTempFiles
/.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.mulesoft.jaxrs.raml.feature"
label="RAML for JAX-RS"
version="1.3.4.qualifier"
version="1.3.4"
provider-name="MULESOFT">

<description url="https://github.com/mulesoft/jaxrs-to-raml/blob/master/README.md">
Expand Down
2 changes: 1 addition & 1 deletion eclipse-features/com.mulesoft.jaxrs.raml.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../../eclipse/pom.xml</relativePath>
<groupId>org.raml</groupId>
<artifactId>parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>

<artifactId>com.mulesoft.jaxrs.raml.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.raml</groupId>
<artifactId>parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>pom</packaging>
<modules>
<module>../jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin</module>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/updateSite/category.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.mulesoft.jaxrs.raml.feature_1.3.4.qualifier.jar" id="com.mulesoft.jaxrs.raml.feature" version="1.3.4.qualifier">
<feature url="features/com.mulesoft.jaxrs.raml.feature_1.3.4.jar" id="com.mulesoft.jaxrs.raml.feature" version="1.3.4">
<category name="jaxrs"/>
</feature>
<category-def name="jaxrs" label="RAML Tools"/>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/updateSite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../pom.xml</relativePath>
<groupId>org.raml</groupId>
<artifactId>parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<artifactId>com.mulesoft.jaxrs-raml.p2updatesite</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.raml</groupId>
<artifactId>com.mulesoft.jaxrs.raml.generator.annotations</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<relativePath>../../eclipse</relativePath>
<groupId>org.raml</groupId>
<artifactId>parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<artifactId>com.mulesoft.jaxrs.raml.generator.eclipse</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<relativePath>../../eclipse</relativePath>
<groupId>org.raml</groupId>
<artifactId>parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<properties>
<maven.install.skip>true</maven.install.skip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.raml</groupId>
<artifactId>com.mulesoft.jaxrs.raml.generator</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<distributionManagement>
<repository>
<id>mulesoft-releases</id>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/examples/contacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand All @@ -23,7 +23,7 @@
</configuration>
</plugin>
<plugin>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/examples/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand All @@ -23,7 +23,7 @@
</configuration>
</plugin>
<plugin>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/examples/jaxbxml-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand All @@ -23,7 +23,7 @@
</configuration>
</plugin>
<plugin>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/examples/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand All @@ -23,7 +23,7 @@
</configuration>
</plugin>
<plugin>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/examples/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand All @@ -23,7 +23,7 @@
</configuration>
</plugin>
<plugin>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/examples/shop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand All @@ -23,7 +23,7 @@
</configuration>
</plugin>
<plugin>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<configuration>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/examples/swagger-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand All @@ -23,7 +23,7 @@
</configuration>
</plugin>
<plugin>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-to-raml/functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jaxrstoraml</groupId>
<artifactId>jaxrstoraml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>jar</packaging>
<name>jaxrstoraml</name>
<url>http://maven.apache.org</url>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs-to-raml/jaxrs-raml-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<name>JAX-RS RAML Maven Plug-in</name>
<groupId>org.raml.plugins</groupId>
<artifactId>jaxrs-raml-maven-plugin</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<distributionManagement>
<repository>
<id>mule-ee-releases</id>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-to-raml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>pom</packaging>
<modules>
<module>com.mulesoft.jaxrs.raml.generator</module>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.raml</groupId>
<artifactId>com.mulesoft.jaxrs-raml.all</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions raml-to-jaxrs/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>raml-jaxrs-codegen-parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>

<artifactId>raml-jaxrs-codegen-core</artifactId>
<packaging>jar</packaging>
<name>RAML JAX-RS Codegen Core</name>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>

<properties>
<licensePath>../LICENSE_HEADER.txt</licensePath>
Expand Down
2 changes: 1 addition & 1 deletion raml-to-jaxrs/eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion raml-to-jaxrs/eclipse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<relativePath>../../eclipse</relativePath>
<groupId>org.raml</groupId>
<artifactId>parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>
<artifactId>raml-jaxrs-eclipse-plugin</artifactId>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions raml-to-jaxrs/examples/cli-example/run.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion raml-to-jaxrs/examples/cli-example/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion raml-to-jaxrs/examples/raml-maven-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.raml.example</groupId>
<artifactId>raml-maven-plugin-example</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.3.4</version>
<name>raml-maven-plugin-example</name>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion raml-to-jaxrs/gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>raml-jaxrs-codegen-parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>

<artifactId>raml-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion raml-to-jaxrs/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>raml-jaxrs-codegen-parent</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
</parent>

<groupId>org.raml.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion raml-to-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>raml-jaxrs-codegen-parent</artifactId>
<packaging>pom</packaging>
<name>RAML JAX-RS Codegen</name>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.4</version>
<modules>
<module>core</module>
<module>maven-plugin</module>
Expand Down

0 comments on commit baad0ec

Please sign in to comment.