Skip to content

Commit 1942bd1

Browse files
[maven-release-plugin] prepare release 3.0.1
1 parent e025074 commit 1942bd1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2727
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
2828
<artifactId>microprofile-reactive-messaging-parent</artifactId>
29-
<version>3.1-SNAPSHOT</version>
29+
<version>3.0.1</version>
3030
</parent>
3131

3232
<artifactId>microprofile-reactive-messaging-api</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
3232
<artifactId>microprofile-reactive-messaging-parent</artifactId>
33-
<version>3.1-SNAPSHOT</version>
33+
<version>3.0.1</version>
3434

3535
<packaging>pom</packaging>
3636
<name>MicroProfile Reactive Messaging</name>
@@ -73,7 +73,7 @@
7373
<connection>scm:git:https://github.com/eclipse/microprofile-reactive-messaging.git</connection>
7474
<developerConnection>scm:git:git@github.com:eclipse/microprofile-reactive-messaging.git</developerConnection>
7575
<url>https://github.com/eclipse/microprofile-reactive-messaging</url>
76-
<tag>3.0-RC1</tag>
76+
<tag>3.0.1</tag>
7777
</scm>
7878

7979
<modules>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
2727
<artifactId>microprofile-reactive-messaging-parent</artifactId>
28-
<version>3.1-SNAPSHOT</version>
28+
<version>3.0.1</version>
2929
</parent>
3030

3131
<artifactId>microprofile-reactive-messaging-spec</artifactId>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
2727
<artifactId>microprofile-reactive-messaging-parent</artifactId>
28-
<version>3.1-SNAPSHOT</version>
28+
<version>3.0.1</version>
2929
</parent>
3030

3131
<artifactId>microprofile-reactive-messaging-tck</artifactId>

0 commit comments

Comments
 (0)