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

Commit baad0ec

Browse files
fix versions to 1.3.4
1 parent 71f805c commit baad0ec

File tree

33 files changed

+44
-43
lines changed

33 files changed

+44
-43
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ nogit/
99
/.settings
1010
/.project
1111
.metadata
12-
RemoteSystemsTempFiles
12+
RemoteSystemsTempFiles
13+
/.gradle

eclipse-features/com.mulesoft.jaxrs.raml.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="com.mulesoft.jaxrs.raml.feature"
44
label="RAML for JAX-RS"
5-
version="1.3.4.qualifier"
5+
version="1.3.4"
66
provider-name="MULESOFT">
77

88
<description url="https://github.com/mulesoft/jaxrs-to-raml/blob/master/README.md">

eclipse-features/com.mulesoft.jaxrs.raml.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>../../eclipse/pom.xml</relativePath>
77
<groupId>org.raml</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.3.4-SNAPSHOT</version>
9+
<version>1.3.4</version>
1010
</parent>
1111

1212
<artifactId>com.mulesoft.jaxrs.raml.feature</artifactId>

eclipse/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.raml</groupId>
44
<artifactId>parent</artifactId>
5-
<version>1.3.4-SNAPSHOT</version>
5+
<version>1.3.4</version>
66
<packaging>pom</packaging>
77
<modules>
88
<module>../jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin</module>

eclipse/updateSite/category.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/com.mulesoft.jaxrs.raml.feature_1.3.4.qualifier.jar" id="com.mulesoft.jaxrs.raml.feature" version="1.3.4.qualifier">
3+
<feature url="features/com.mulesoft.jaxrs.raml.feature_1.3.4.jar" id="com.mulesoft.jaxrs.raml.feature" version="1.3.4">
44
<category name="jaxrs"/>
55
</feature>
66
<category-def name="jaxrs" label="RAML Tools"/>

eclipse/updateSite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../pom.xml</relativePath>
66
<groupId>org.raml</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.3.4-SNAPSHOT</version>
8+
<version>1.3.4</version>
99
</parent>
1010
<artifactId>com.mulesoft.jaxrs-raml.p2updatesite</artifactId>
1111
<packaging>eclipse-repository</packaging>

jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.raml</groupId>
44
<artifactId>com.mulesoft.jaxrs.raml.generator.annotations</artifactId>
5-
<version>1.3.4-SNAPSHOT</version>
5+
<version>1.3.4</version>
66
<build>
77
<sourceDirectory>src</sourceDirectory>
88
<plugins>

jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Eclipse
44
Bundle-SymbolicName: com.mulesoft.jaxrs.raml.generator.eclipse;singleton:=true
5-
Bundle-Version: 1.3.4.qualifier
5+
Bundle-Version: 1.3.4
66
Bundle-Vendor: MULESOFT
77
Require-Bundle: org.eclipse.jdt.core,
88
org.eclipse.jdt.ui,

jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.eclipse/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<relativePath>../../eclipse</relativePath>
44
<groupId>org.raml</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.3.4-SNAPSHOT</version>
6+
<version>1.3.4</version>
77
</parent>
88
<artifactId>com.mulesoft.jaxrs.raml.generator.eclipse</artifactId>
99
<modelVersion>4.0.0</modelVersion>

jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Generator
44
Bundle-SymbolicName: com.mulesoft.jaxrs.raml.generator.plugin;singleton:=true
5-
Bundle-Version: 1.3.4.qualifier
5+
Bundle-Version: 1.3.4
66
Bundle-Vendor: MULESOFT
77
Export-Package: bin.org.yaml.snakeyaml,
88
bin.org.yaml.snakeyaml.composer,

jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator.plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<relativePath>../../eclipse</relativePath>
2121
<groupId>org.raml</groupId>
2222
<artifactId>parent</artifactId>
23-
<version>1.3.4-SNAPSHOT</version>
23+
<version>1.3.4</version>
2424
</parent>
2525
<properties>
2626
<maven.install.skip>true</maven.install.skip>

jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Generator
44
Bundle-SymbolicName: com.mulesoft.jaxrs.raml.generator;singleton:=true
5-
Bundle-Version: 1.3.4.qualifier
5+
Bundle-Version: 1.3.4
66
Bundle-Vendor: MULESOFT
77
Export-Package: bin.org.yaml.snakeyaml,
88
bin.org.yaml.snakeyaml.composer,

jaxrs-to-raml/com.mulesoft.jaxrs.raml.generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.raml</groupId>
44
<artifactId>com.mulesoft.jaxrs.raml.generator</artifactId>
5-
<version>1.3.4-SNAPSHOT</version>
5+
<version>1.3.4</version>
66
<distributionManagement>
77
<repository>
88
<id>mulesoft-releases</id>

jaxrs-to-raml/examples/contacts/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>
@@ -23,7 +23,7 @@
2323
</configuration>
2424
</plugin>
2525
<plugin>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>1.3.4</version>
2727
<groupId>org.raml.plugins</groupId>
2828
<artifactId>jaxrs-raml-maven-plugin</artifactId>
2929
<configuration>

jaxrs-to-raml/examples/helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>
@@ -23,7 +23,7 @@
2323
</configuration>
2424
</plugin>
2525
<plugin>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>1.3.4</version>
2727
<groupId>org.raml.plugins</groupId>
2828
<artifactId>jaxrs-raml-maven-plugin</artifactId>
2929
<configuration>

jaxrs-to-raml/examples/jaxbxml-example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>
@@ -23,7 +23,7 @@
2323
</configuration>
2424
</plugin>
2525
<plugin>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>1.3.4</version>
2727
<groupId>org.raml.plugins</groupId>
2828
<artifactId>jaxrs-raml-maven-plugin</artifactId>
2929
<configuration>

jaxrs-to-raml/examples/library/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>
@@ -23,7 +23,7 @@
2323
</configuration>
2424
</plugin>
2525
<plugin>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>1.3.4</version>
2727
<groupId>org.raml.plugins</groupId>
2828
<artifactId>jaxrs-raml-maven-plugin</artifactId>
2929
<configuration>

jaxrs-to-raml/examples/search/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>
@@ -23,7 +23,7 @@
2323
</configuration>
2424
</plugin>
2525
<plugin>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>1.3.4</version>
2727
<groupId>org.raml.plugins</groupId>
2828
<artifactId>jaxrs-raml-maven-plugin</artifactId>
2929
<configuration>

jaxrs-to-raml/examples/shop/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>
@@ -23,7 +23,7 @@
2323
</configuration>
2424
</plugin>
2525
<plugin>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>1.3.4</version>
2727
<groupId>org.raml.plugins</groupId>
2828
<artifactId>jaxrs-raml-maven-plugin</artifactId>
2929
<configuration>

jaxrs-to-raml/examples/swagger-example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>
@@ -23,7 +23,7 @@
2323
</configuration>
2424
</plugin>
2525
<plugin>
26-
<version>1.3.4-SNAPSHOT</version>
26+
<version>1.3.4</version>
2727
<groupId>org.raml.plugins</groupId>
2828
<artifactId>jaxrs-raml-maven-plugin</artifactId>
2929
<configuration>

jaxrs-to-raml/functional-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>jaxrstoraml</groupId>
66
<artifactId>jaxrstoraml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>jar</packaging>
99
<name>jaxrstoraml</name>
1010
<url>http://maven.apache.org</url>

jaxrs-to-raml/jaxrs-raml-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.raml</groupId>
66
<artifactId>jaxrs-to-raml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
</parent>
99
<name>JAX-RS RAML Maven Plug-in</name>
1010
<groupId>org.raml.plugins</groupId>
1111
<artifactId>jaxrs-raml-maven-plugin</artifactId>
12-
<version>1.3.4-SNAPSHOT</version>
12+
<version>1.3.4</version>
1313
<distributionManagement>
1414
<repository>
1515
<id>mule-ee-releases</id>

jaxrs-to-raml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.raml</groupId>
66
<artifactId>jaxrs-to-raml</artifactId>
7-
<version>1.3.4-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<packaging>pom</packaging>
99
<modules>
1010
<module>com.mulesoft.jaxrs.raml.generator</module>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.raml</groupId>
44
<artifactId>com.mulesoft.jaxrs-raml.all</artifactId>
5-
<version>1.3.4-SNAPSHOT</version>
5+
<version>1.3.4</version>
66
<packaging>pom</packaging>
77
<distributionManagement>
88
<repository>

raml-to-jaxrs/core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.raml</groupId>
77
<artifactId>raml-jaxrs-codegen-parent</artifactId>
8-
<version>1.3.4-SNAPSHOT</version>
8+
<version>1.3.4</version>
99
</parent>
1010

1111
<artifactId>raml-jaxrs-codegen-core</artifactId>
1212
<packaging>jar</packaging>
1313
<name>RAML JAX-RS Codegen Core</name>
14-
<version>1.3.4-SNAPSHOT</version>
14+
<version>1.3.4</version>
1515

1616
<properties>
1717
<licensePath>../LICENSE_HEADER.txt</licensePath>

raml-to-jaxrs/eclipse-plugin/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Raml-jaxrs-eclipse-plugin
44
Bundle-SymbolicName: raml-jaxrs-eclipse-plugin;singleton:=true
5-
Bundle-Version: 1.3.4.qualifier
5+
Bundle-Version: 1.3.4
66
Bundle-Activator: raml.jaxrs.eclipse.plugin.Activator
77
Bundle-Vendor: MuleSoft
88
Require-Bundle: org.eclipse.ui,

raml-to-jaxrs/eclipse-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<relativePath>../../eclipse</relativePath>
44
<groupId>org.raml</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.3.4-SNAPSHOT</version>
6+
<version>1.3.4</version>
77
</parent>
88
<artifactId>raml-jaxrs-eclipse-plugin</artifactId>
99
<modelVersion>4.0.0</modelVersion>

raml-to-jaxrs/examples/cli-example/run.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

3-
if exist ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-SNAPSHOT-jar-with-dependencies.jar (
4-
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
3+
if exist ..\..\core\target\raml-jaxrs-codegen-core-1.3.4-jar-with-dependencies.jar (
4+
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
55
) else (
66
echo *** run mvn assembly:assembly -DdescriptorId=jar-with-dependencies
77
echo *** in raml-to-jaxrs/core first to make jar

raml-to-jaxrs/examples/cli-example/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
echo "*** run mvn assembly:assembly -DdescriptorId=jar-with-dependencies"
44
echo "*** in raml-to-jaxrs/core first to make jar"
55

6-
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
6+
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
77

88

raml-to-jaxrs/examples/raml-maven-plugin-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.raml.example</groupId>
55
<artifactId>raml-maven-plugin-example</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.3.4</version>
88
<name>raml-maven-plugin-example</name>
99
<url>http://maven.apache.org</url>
1010

raml-to-jaxrs/gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.raml</groupId>
77
<artifactId>raml-jaxrs-codegen-parent</artifactId>
8-
<version>1.3.4-SNAPSHOT</version>
8+
<version>1.3.4</version>
99
</parent>
1010

1111
<artifactId>raml-gradle-plugin</artifactId>

raml-to-jaxrs/maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.raml</groupId>
77
<artifactId>raml-jaxrs-codegen-parent</artifactId>
8-
<version>1.3.4-SNAPSHOT</version>
8+
<version>1.3.4</version>
99
</parent>
1010

1111
<groupId>org.raml.plugins</groupId>

raml-to-jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>raml-jaxrs-codegen-parent</artifactId>
66
<packaging>pom</packaging>
77
<name>RAML JAX-RS Codegen</name>
8-
<version>1.3.4-SNAPSHOT</version>
8+
<version>1.3.4</version>
99
<modules>
1010
<module>core</module>
1111
<module>maven-plugin</module>

0 commit comments

Comments
 (0)