Skip to content

Commit

Permalink
Bump the version to 4.0.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jun 10, 2024
1 parent 78693d7 commit a1fadaa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-rest-client-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile Rest Client</name>
<description>Typesafe Rest Client APIs for MicroProfile</description>
Expand Down
6 changes: 3 additions & 3 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-rest-client-spec</artifactId>
<packaging>pom</packaging>
<name>MicroProfile Rest Client Specification</name>
<description>Typesafe Rest Client APIs for MicroProfile :: Specification</description>
</project>

</project>
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-rest-client-tck</artifactId>
Expand Down

0 comments on commit a1fadaa

Please sign in to comment.