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 Aug 1, 2022
1 parent 317f1bd commit 2f62960
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 @@ -26,7 +26,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.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>3.0-RC4</version>
<version>3.0-SNAPSHOT</version>
</parent>

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

<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>3.0-RC4</version>
<version>3.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>MicroProfile Reactive Messaging</name>
Expand Down Expand Up @@ -72,7 +72,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-reactive-messaging.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-reactive-messaging.git</developerConnection>
<url>https://github.com/eclipse/microprofile-reactive-messaging</url>
<tag>3.0-RC4</tag>
<tag>3.0-RC1</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>3.0-RC4</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-reactive-messaging-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>3.0-RC4</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-reactive-messaging-tck</artifactId>
Expand Down

0 comments on commit 2f62960

Please sign in to comment.