Skip to content

Commit

Permalink
Merge pull request #140 from Emily-Jiang/master
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Aug 25, 2021
2 parents 812b525 + 1542588 commit a438592
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
Original file line number Diff line number Diff line change
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>2.0.1-RC1</version>
<version>2.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>2.0.1-RC1</version>
<version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>MicroProfile Reactive Messaging</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>2.0.1-RC1</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-reactive-messaging-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.microprofile.reactive.messaging</groupId>
<artifactId>microprofile-reactive-messaging-parent</artifactId>
<version>2.0.1-RC1</version>
<version>2.1-SNAPSHOT</version>
</parent>

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

0 comments on commit a438592

Please sign in to comment.