Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Oct 3, 2022
1 parent 6002513 commit b331a11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
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.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-rest-client-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@

<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.0.1</version>
<version>3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile Rest Client</name>
<description>Typesafe Rest Client APIs for MicroProfile</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-rest-client.git</developerConnection>
<url>https://github.com/eclipse/microprofile-rest-client</url>
<tag>3.0.1</tag>
<tag>HEAD</tag>
</scm>


Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -20,7 +20,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.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-rest-client-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
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.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>

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

0 comments on commit b331a11

Please sign in to comment.