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/12/12 08:18:55 UTC

[rocketmq-clients] branch java created (now 5b75c55c)

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

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


      at 5b75c55c [maven-release-plugin] prepare release java-5.0.4

This branch includes the following new commits:

     new 5b75c55c [maven-release-plugin] prepare release java-5.0.4

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.4

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

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

commit 5b75c55c034a0f08e22ec9763f0f1dd3300b6b6d
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Mon Dec 12 16:18:45 2022 +0800

    [maven-release-plugin] prepare release java-5.0.4
---
 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 eedcd07a..52a78d87 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.4-SNAPSHOT</version>
+        <version>5.0.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client-shade/pom.xml b/java/client-shade/pom.xml
index 32f778df..f02cd4e7 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.4-SNAPSHOT</version>
+        <version>5.0.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/client/pom.xml b/java/client/pom.xml
index b501726f..98131c1b 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.4-SNAPSHOT</version>
+        <version>5.0.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/pom.xml b/java/pom.xml
index 46cd24da..1146a97e 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.4-SNAPSHOT</version>
+    <version>5.0.4</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.4</tag>
     </scm>
 </project>
\ No newline at end of file