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/13 09:37:39 UTC

[rocketmq-apis] 02/02: [maven-release-plugin] prepare release rocketmq-proto-2.0.2

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-apis.git

commit 4f768b6ca6f09f372604eb0f23613cc38b9e670e
Author: 凌楚 <ya...@alibaba-inc.com>
AuthorDate: Tue Dec 13 17:37:24 2022 +0800

    [maven-release-plugin] prepare release rocketmq-proto-2.0.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0fef9a6..8f7aa3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-proto</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
 
     <properties>
         <maven.compiler.release>8</maven.compiler.release>
@@ -139,6 +139,6 @@
         <url>git@github.com:apache/rocketmq-apis.git</url>
         <connection>scm:git:git@github.com:apache/rocketmq-apis.git</connection>
         <developerConnection>scm:git:git@github.com:apache/rocketmq-apis.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>rocketmq-proto-2.0.2</tag>
   </scm>
 </project>
\ No newline at end of file