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 2023/03/13 12:04:32 UTC

[rocketmq-clients] branch release created (now dd3cc944)

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

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


      at dd3cc944 [maven-release-plugin] prepare release java-5.0.5

This branch includes the following new commits:

     new dd3cc944 [maven-release-plugin] prepare release java-5.0.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[rocketmq-clients] 01/01: [maven-release-plugin] prepare release java-5.0.5

Posted by aa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dd3cc944d569f6d09f066a5d3fb84870c8d49d28
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Mon Mar 13 20:04:21 2023 +0800

    [maven-release-plugin] prepare release java-5.0.5
---
 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 5b66c64a..02dc978e 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.5-SNAPSHOT</version>
+        <version>5.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client-shade/pom.xml b/java/client-shade/pom.xml
index 19d545b0..808224d8 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.5-SNAPSHOT</version>
+        <version>5.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client/pom.xml b/java/client/pom.xml
index f898c625..a62afe5a 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.5-SNAPSHOT</version>
+        <version>5.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/pom.xml b/java/pom.xml
index b97290e6..77a9289b 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.5-SNAPSHOT</version>
+    <version>5.0.5</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.5</tag>
     </scm>
 </project>
\ No newline at end of file