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/07/21 05:10:54 UTC

[rocketmq-spring] branch master updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e8e49e  [maven-release-plugin] prepare for next development iteration
6e8e49e is described below

commit 6e8e49ea0411bff5c07f60136258ca888c481017
Author: RongtongJin <79...@qq.com>
AuthorDate: Tue Jul 21 13:10:38 2020 +0800

    [maven-release-plugin] prepare for next development iteration
---
 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 f0ea896..f7698bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-spring-all</artifactId>
-    <version>2.1.1</version>
+    <version>2.1.2-SNAPSHOT</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>rocketmq-spring-all-2.1.1</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <mailingLists>
diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml
index db54c46..f0d7b1d 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.1</version>
+        <version>2.1.2-SNAPSHOT</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.1</rocketmq.spring.boot.version>
+        <rocketmq.spring.boot.version>2.1.2-SNAPSHOT</rocketmq.spring.boot.version>
 
         <rocketmq-version>4.7.1</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 6b5bfe4..c0e6b8a 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.1</version>
+        <version>2.1.2-SNAPSHOT</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 3cad283..9627b14 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.1</version>
+        <version>2.1.2-SNAPSHOT</version>
         <relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
     </parent>