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 11:27:43 UTC

[rocketmq-clients] branch java_release updated: [maven-release-plugin] prepare release java-5.0.2

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

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


The following commit(s) were added to refs/heads/java_release by this push:
     new 5d93933  [maven-release-plugin] prepare release java-5.0.2
5d93933 is described below

commit 5d93933cb44731163cb04defad448e4b47be2ec8
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Tue Sep 27 19:27:38 2022 +0800

    [maven-release-plugin] prepare release java-5.0.2
---
 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 b984fcd..5368657 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.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client-shade/pom.xml b/java/client-shade/pom.xml
index 25363c6..3b0a7c2 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.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client/pom.xml b/java/client/pom.xml
index 3f0e93d..6223be5 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.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/pom.xml b/java/pom.xml
index 9c592b6..66d0113 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.2</version>
     <modules>
         <module>client-apis</module>
         <module>client</module>
@@ -394,6 +394,6 @@
         <url>git@github.com:apache/rocketmq-clients.git</url>
         <connection>scm:git:git@github.com:apache/rocketmq-clients.git</connection>
         <developerConnection>scm:git:git@github.com:apache/rocketmq-clients.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>java-5.0.2</tag>
     </scm>
 </project>
\ No newline at end of file