Skip to content

Commit

Permalink
[maven-release-plugin] prepare release java-5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
francisoliverlee committed Jan 21, 2024
1 parent 9004405 commit 5ea91c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java/client-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>rocketmq-client-java-parent</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion java/client-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>rocketmq-client-java-parent</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>rocketmq-client-java-parent</artifactId>
<groupId>org.apache.rocketmq</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client-java-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
<modules>
<module>client-apis</module>
<module>client</module>
Expand Down Expand Up @@ -394,6 +394,6 @@
<url>[email protected]:apache/rocketmq-clients.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-clients.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-clients.git</developerConnection>
<tag>HEAD</tag>
<tag>java-5.0.6</tag>
</scm>
</project>

0 comments on commit 5ea91c3

Please sign in to comment.