Skip to content

Commit 5ea91c3

Browse files
[maven-release-plugin] prepare release java-5.0.6
1 parent 9004405 commit 5ea91c3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

java/client-apis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>rocketmq-client-java-parent</artifactId>
2020
<groupId>org.apache.rocketmq</groupId>
21-
<version>5.0.6-SNAPSHOT</version>
21+
<version>5.0.6</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

java/client-shade/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>rocketmq-client-java-parent</artifactId>
2020
<groupId>org.apache.rocketmq</groupId>
21-
<version>5.0.6-SNAPSHOT</version>
21+
<version>5.0.6</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

java/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>rocketmq-client-java-parent</artifactId>
2020
<groupId>org.apache.rocketmq</groupId>
21-
<version>5.0.6-SNAPSHOT</version>
21+
<version>5.0.6</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>org.apache.rocketmq</groupId>
2727
<artifactId>rocketmq-client-java-parent</artifactId>
2828
<packaging>pom</packaging>
29-
<version>5.0.6-SNAPSHOT</version>
29+
<version>5.0.6</version>
3030
<modules>
3131
<module>client-apis</module>
3232
<module>client</module>
@@ -394,6 +394,6 @@
394394
<url>git@github.com:apache/rocketmq-clients.git</url>
395395
<connection>scm:git:git@github.com:apache/rocketmq-clients.git</connection>
396396
<developerConnection>scm:git:git@github.com:apache/rocketmq-clients.git</developerConnection>
397-
<tag>HEAD</tag>
397+
<tag>java-5.0.6</tag>
398398
</scm>
399399
</project>

0 commit comments

Comments
 (0)