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/07/15 03:50:47 UTC

[rocketmq-apis] branch java updated: [maven-release-plugin] prepare release rocketmq-proto-2.0.0

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


The following commit(s) were added to refs/heads/java by this push:
     new f4b0cff  [maven-release-plugin] prepare release rocketmq-proto-2.0.0
f4b0cff is described below

commit f4b0cffba837f0a784257a3a5c4f4d0b01ac3e5f
Author: 凌楚 <ya...@alibaba-inc.com>
AuthorDate: Fri Jul 15 11:50:43 2022 +0800

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

diff --git a/pom.xml b/pom.xml
index b385dc9..c4d5dfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-proto</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <properties>
         <maven.compiler.release>8</maven.compiler.release>
@@ -119,5 +117,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>
-    </scm>
+      <tag>rocketmq-proto-2.0.0</tag>
+  </scm>
 </project>
\ No newline at end of file