Skip to content

Commit

Permalink
6.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan committed Jul 27, 2023
1 parent f3d1cb3 commit 194a3fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.0.0.Final</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.0.0.Final</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 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.0.0.Final</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.0.0.Final</version>
<packaging>war</packaging>
<name>RESTEasy Example: JS-API</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.0.0.Final</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.0.0.Final</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.0.0.Final</version>
<packaging>war</packaging>
<name>RESTEasy Example: Minimal Servlet Example</name>

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.0.0.Final</version>
<packaging>war</packaging>
<name>RESTEasy Example: Tracing Example</name>

Expand Down

0 comments on commit 194a3fc

Please sign in to comment.