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 Feb 7, 2022
1 parent e427580 commit 7705a7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-RC1</version>
<version>3.0-SNAPSHOT</version>
</parent>

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

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

<packaging>pom</packaging>
<name>MicroProfile Reactive Messaging</name>
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-RC1</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-RC1</version>
<version>3.0-SNAPSHOT</version>
</parent>

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

0 comments on commit 7705a7f

Please sign in to comment.