Skip to content

Commit db74fa8

Browse files
authored
[maven-release-plugin] prepare release java-5.0.7 (#768)
1 parent f8d7dc5 commit db74fa8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.7-SNAPSHOT</version>
21+
<version>5.0.7</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.7-SNAPSHOT</version>
21+
<version>5.0.7</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.7-SNAPSHOT</version>
21+
<version>5.0.7</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.7-SNAPSHOT</version>
29+
<version>5.0.7</version>
3030
<modules>
3131
<module>client-apis</module>
3232
<module>client</module>
@@ -409,6 +409,6 @@
409409
<url>git@github.com:apache/rocketmq-clients.git</url>
410410
<connection>scm:git:git@github.com:apache/rocketmq-clients.git</connection>
411411
<developerConnection>scm:git:git@github.com:apache/rocketmq-clients.git</developerConnection>
412-
<tag>HEAD</tag>
412+
<tag>java-5.0.7</tag>
413413
</scm>
414414
</project>

java/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.rocketmq</groupId>
2323
<artifactId>rocketmq-client-java-parent</artifactId>
24-
<version>5.0.7-SNAPSHOT</version>
24+
<version>5.0.7</version>
2525
</parent>
2626

2727
<artifactId>test</artifactId>

0 commit comments

Comments
 (0)