You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2020/02/12 04:57:35 UTC

[rocketmq-spring] branch prepare-release-master created (now b294257)

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

jinrongtong pushed a change to branch prepare-release-master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git.


      at b294257  [maven-release-plugin] prepare release rocketmq-spring-all-2.1.0

This branch includes the following new commits:

     new b294257  [maven-release-plugin] prepare release rocketmq-spring-all-2.1.0

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-spring] 01/01: [maven-release-plugin] prepare release rocketmq-spring-all-2.1.0

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

jinrongtong pushed a commit to branch prepare-release-master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git

commit b294257c944a1c890cb33aa98d0083c1a0069237
Author: rongtongjin <79...@qq.com>
AuthorDate: Wed Feb 12 12:57:19 2020 +0800

    [maven-release-plugin] prepare release rocketmq-spring-all-2.1.0
---
 pom.xml                              | 4 ++--
 rocketmq-spring-boot-parent/pom.xml  | 4 ++--
 rocketmq-spring-boot-starter/pom.xml | 2 +-
 rocketmq-spring-boot/pom.xml         | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 827ae1a..6e9e32d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-spring-all</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.0</version>
     <packaging>pom</packaging>
 
     <name>Apache RocketMQ Spring Boot ${project.version}</name>
@@ -39,7 +39,7 @@
         <url>git@github.com:apache/rocketmq-spring.git</url>
         <connection>scm:git:git@github.com:apache/rocketmq-spring.git</connection>
         <developerConnection>scm:git:git@github.com:apache/rocketmq-spring.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>rocketmq-spring-all-2.1.0</tag>
     </scm>
 
     <mailingLists>
diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml
index bf62ce4..ac429af 100644
--- a/rocketmq-spring-boot-parent/pom.xml
+++ b/rocketmq-spring-boot-parent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-all</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -38,7 +38,7 @@
         <spring.boot.version>2.0.5.RELEASE</spring.boot.version>
         <spring.version>5.1.0.RELEASE</spring.version>
 
-        <rocketmq.spring.boot.version>2.1.0-SNAPSHOT</rocketmq.spring.boot.version>
+        <rocketmq.spring.boot.version>2.1.0</rocketmq.spring.boot.version>
 
         <rocketmq-version>4.6.0</rocketmq-version>
         <slf4j.version>1.7.25</slf4j.version>
diff --git a/rocketmq-spring-boot-starter/pom.xml b/rocketmq-spring-boot-starter/pom.xml
index 71ea5cd..0cdf167 100644
--- a/rocketmq-spring-boot-starter/pom.xml
+++ b/rocketmq-spring-boot-starter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.0</version>
         <relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
     </parent>
 
diff --git a/rocketmq-spring-boot/pom.xml b/rocketmq-spring-boot/pom.xml
index cd1d2a4..2f04fd5 100644
--- a/rocketmq-spring-boot/pom.xml
+++ b/rocketmq-spring-boot/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.0</version>
         <relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
     </parent>