Skip to content

Commit

Permalink
Use consistent versioning for the examples.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Mar 21, 2024
1 parent ad38910 commit 4b9ac1c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion async-job-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>async-job-service</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Example: Async Job Service</name>

Expand Down
2 changes: 1 addition & 1 deletion bootable-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>products-runner</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Examples: Bootable JAR Example</name>
<description>RESTEasy Bootable JAR Example</description>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>dev.resteasy.quickstarts</groupId>
<artifactId>bootstrap-cdi</artifactId>
<version>6.1.0.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<name>RESTEasy Quick Start: Bootstrap API</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion contacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>contacts</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Example: Contacts</name>

Expand Down
2 changes: 1 addition & 1 deletion examples-jsapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>jsapi</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Example: JS-API</name>

Expand Down
2 changes: 1 addition & 1 deletion grpc-bridge-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>grpcToRest.example</artifactId>
<version>1.0.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>gRPC to Jakarta REST example</name>
<description>Shows how to build a gRPC to Jakarta REST bridge example</description>
Expand Down
1 change: 1 addition & 0 deletions json-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>json-binding</artifactId>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Example: JSON Binding</name>

Expand Down
2 changes: 1 addition & 1 deletion microprofile-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>microprofile-openapi</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Examples: MicroProfile OpenAPI Example</name>
<description>RESTEasy MicroProfile OpenAPI Example</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>resteasy-examples-parent</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RESTEasy Examples</name>

Expand Down
2 changes: 1 addition & 1 deletion servlet-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>servlet-example</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Example: Minimal Servlet Example</name>

Expand Down
1 change: 1 addition & 0 deletions smime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>smime-example</artifactId>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Example: SMIME Example</name>

Expand Down
2 changes: 1 addition & 1 deletion standalone-multipart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>standalone-multipart</artifactId>
<version>6.1.0.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<name>RESTEasy Quick Start: Standalone MultiPart Example</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tracing-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>dev.resteasy.examples</groupId>
<artifactId>tracing-example</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>war</packaging>
<name>RESTEasy Example: Tracing Example</name>

Expand Down

0 comments on commit 4b9ac1c

Please sign in to comment.