You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/27 12:12:18 UTC

[rocketmq-clients] branch master updated: Release java client 5.0.2 (#252)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ee642b  Release java client 5.0.2 (#252)
4ee642b is described below

commit 4ee642b62815c39102a20459a3cb6947abe466cd
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Tue Sep 27 20:12:13 2022 +0800

    Release java client 5.0.2 (#252)
    
    * [maven-release-plugin] prepare release java-5.0.2
    
    * [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              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/java/client-apis/pom.xml b/java/client-apis/pom.xml
index b984fcd..9b63df9 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.2-SNAPSHOT</version>
+        <version>5.0.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client-shade/pom.xml b/java/client-shade/pom.xml
index 25363c6..2d3ca1a 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.2-SNAPSHOT</version>
+        <version>5.0.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client/pom.xml b/java/client/pom.xml
index 3f0e93d..c5464b5 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.2-SNAPSHOT</version>
+        <version>5.0.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/pom.xml b/java/pom.xml
index 9c592b6..deafb28 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -26,7 +26,7 @@
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-client-java-parent</artifactId>
     <packaging>pom</packaging>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>5.0.3-SNAPSHOT</version>
     <modules>
         <module>client-apis</module>
         <module>client</module>