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

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Apr 20, 2017
1 parent 7f6d2f0 commit ba4373c
Show file tree
Hide file tree
Showing 37 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>raml-for-jaxrs</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<groupId>org.raml.raml-for-jaxrs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-to-raml/jaxrs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jaxrs-to-raml</artifactId>
<groupId>org.raml</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion jaxrs-to-raml/jaxrs-test-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jaxrs-to-raml</artifactId>
<groupId>org.raml</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml-maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jaxrs-to-raml-annotations</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml-maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jaxrs-to-raml-methods</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml-maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jaxrs-to-raml-multipart</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml-maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jaxrs-to-raml-raml-examples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml-maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jaxrs-to-raml-types</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>jaxrs-to-raml-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

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

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

Expand Down
6 changes: 3 additions & 3 deletions jaxrs-to-raml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>raml-for-jaxrs</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<artifactId>jaxrs-to-raml</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -66,12 +66,12 @@
<dependency>
<groupId>org.raml</groupId>
<artifactId>jaxrs-test-resources</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.raml</groupId>
<artifactId>raml-generator-api</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-to-raml/raml-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jaxrs-to-raml</artifactId>
<groupId>org.raml</groupId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

<artifactId>raml-generator-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.raml</groupId>
<artifactId>raml-for-jaxrs</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<name>RAML to JAXRS</name>
<description>RAML to JAXRS</description>
<url>https://github.com/mulesoft/raml-for-jax-rs</url>
Expand Down Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>org.raml.raml-for-jaxrs</groupId>
<artifactId>build-tools</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>
<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>features</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>feature-plugins</artifactId>
<dependencies>
<dependency>
<groupId>org.raml</groupId>
<artifactId>jaxrs-code-generator</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>features</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>feature-raml-project</artifactId>
Expand All @@ -17,12 +17,12 @@
<plugin>
<groupId>org.raml</groupId>
<artifactId>raml-to-jaxrs-maven-plugin</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<dependencies>
<dependency>
<groupId>org.raml</groupId>
<artifactId>feature-plugins</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion raml-to-jaxrs/examples/maven-examples/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>features</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions raml-to-jaxrs/examples/maven-examples/jaxb-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>jaxb-example</artifactId>
Expand All @@ -32,7 +32,7 @@
<plugin>
<groupId>org.raml</groupId>
<artifactId>raml-to-jaxrs-maven-plugin</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<configuration>
<ramlFile>${project.build.resources[0].directory}/xml-model.raml</ramlFile>
<resourcePackage>example.resources</resourcePackage>
Expand Down
4 changes: 2 additions & 2 deletions raml-to-jaxrs/examples/maven-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>maven-examples</artifactId>
Expand All @@ -32,7 +32,7 @@
<plugin>
<groupId>org.raml</groupId>
<artifactId>raml-to-jaxrs-maven-plugin</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>raml-defined-example</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.raml</groupId>
<artifactId>jaxrs-code-generator</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand All @@ -40,7 +40,7 @@
<plugin>
<groupId>org.raml</groupId>
<artifactId>raml-to-jaxrs-maven-plugin</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<configuration>
<ramlFile>${project.build.resources[0].directory}/types_user_defined.raml</ramlFile>
<resourcePackage>example.resources</resourcePackage>
Expand Down
6 changes: 3 additions & 3 deletions raml-to-jaxrs/examples/maven-examples/scalar-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>scalar-types</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.raml</groupId>
<artifactId>jaxrs-code-generator</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand All @@ -39,7 +39,7 @@
<plugin>
<groupId>org.raml</groupId>
<artifactId>raml-to-jaxrs-maven-plugin</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<configuration>
<ramlFile>${project.build.resources[0].directory}/example_scalar_types.raml</ramlFile>
<resourcePackage>example.scalar</resourcePackage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>simple-json-example</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.raml</groupId>
<artifactId>jaxrs-code-generator</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand All @@ -40,7 +40,7 @@
<plugin>
<groupId>org.raml</groupId>
<artifactId>raml-to-jaxrs-maven-plugin</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<configuration>
<ramlFile>${project.build.resources[0].directory}/example_json_schema.raml</ramlFile>
<resourcePackage>example.jsonschema</resourcePackage>
Expand Down
6 changes: 3 additions & 3 deletions raml-to-jaxrs/examples/maven-examples/simple-raml08/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>maven-examples</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>simple-raml08</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.raml</groupId>
<artifactId>jaxrs-code-generator</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand All @@ -39,7 +39,7 @@
<plugin>
<groupId>org.raml</groupId>
<artifactId>raml-to-jaxrs-maven-plugin</artifactId>
<version>2.0.0-RC2-SNAPSHOT</version>
<version>2.0.0</version>
<configuration>
<ramlFile>${project.build.resources[0].directory}/simple-raml08.raml</ramlFile>
<resourcePackage>example.simpleraml08</resourcePackage>
Expand Down
Loading

0 comments on commit ba4373c

Please sign in to comment.