This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch java_dev
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/java_dev by this push:
     new cd152f9  [maven-release-plugin] prepare for next development iteration
cd152f9 is described below

commit cd152f9b15708a873e0c4c2165da254b2c236a1c
Author: Aaron Ai <[email protected]>
AuthorDate: Sun Jul 31 20:13:15 2022 +0800

    [maven-release-plugin] prepare for next development iteration
---
 java/client-apis/pom.xml  | 2 +-
 java/client-shade/pom.xml | 2 +-
 java/client/pom.xml       | 2 +-
 java/pom.xml              | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/java/client-apis/pom.xml b/java/client-apis/pom.xml
index ec9d354..bfd29db 100644
--- a/java/client-apis/pom.xml
+++ b/java/client-apis/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>rocketmq-client-java-parent</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>5.0.0</version>
+        <version>5.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client-shade/pom.xml b/java/client-shade/pom.xml
index 152b62b..894a936 100644
--- a/java/client-shade/pom.xml
+++ b/java/client-shade/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>rocketmq-client-java-parent</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>5.0.0</version>
+        <version>5.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client/pom.xml b/java/client/pom.xml
index c10b503..46829e6 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>rocketmq-client-java-parent</artifactId>
         <groupId>org.apache.rocketmq</groupId>
-        <version>5.0.0</version>
+        <version>5.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/pom.xml b/java/pom.xml
index 1e79262..dd22c92 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -20,7 +20,7 @@
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-client-java-parent</artifactId>
     <packaging>pom</packaging>
-    <version>5.0.0</version>
+    <version>5.0.1-SNAPSHOT</version>
     <modules>
         <module>client-apis</module>
         <module>client</module>
@@ -373,6 +373,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>rocketmq-client-java-parent-5.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 </project>
\ No newline at end of file

Reply via email to