Skip to content

Commit adb51ef

Browse files
authored
[maven-release-plugin] prepare for next development iteration (#1007)
1 parent eed120f commit adb51ef

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.8</version>
21+
<version>5.0.9-SNAPSHOT</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.8</version>
21+
<version>5.0.9-SNAPSHOT</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.8</version>
21+
<version>5.0.9-SNAPSHOT</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.8</version>
29+
<version>5.0.9-SNAPSHOT</version>
3030
<modules>
3131
<module>client-apis</module>
3232
<module>client</module>
@@ -411,6 +411,6 @@
411411
<url>[email protected]:apache/rocketmq-clients.git</url>
412412
<connection>scm:git:[email protected]:apache/rocketmq-clients.git</connection>
413413
<developerConnection>scm:git:[email protected]:apache/rocketmq-clients.git</developerConnection>
414-
<tag>rocketmq-client-java-parent-5.0.8</tag>
414+
<tag>HEAD</tag>
415415
</scm>
416416
</project>

java/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-client-java-parent</artifactId>
22-
<version>5.0.8</version>
22+
<version>5.0.9-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>test</artifactId>

0 commit comments

Comments
 (0)