You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/01/17 13:20:19 UTC

[rocketmq-spring] 13/37: Bump up version to 2.0.1

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

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

commit 5e7ed27835478fc19d2d30640c02971adbc3cf73
Author: walking98 <wi...@gmail.com>
AuthorDate: Wed Dec 12 11:38:48 2018 +0800

    Bump up version to 2.0.1
---
 README.md                            | 2 +-
 README_zh_CN.md                      | 2 +-
 pom.xml                              | 2 +-
 rocketmq-spring-boot-parent/pom.xml  | 4 ++--
 rocketmq-spring-boot-samples/pom.xml | 2 +-
 rocketmq-spring-boot-starter/pom.xml | 2 +-
 rocketmq-spring-boot/pom.xml         | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 89ac93e..d916346 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ We are always very happy to have contributions, whether for trivial cleanups or
 
 Please see the complete sample [rocketmq-spring-boot-samples](rocketmq-spring-boot-samples)
 
-Note: Current RELEASE.VERSION=2.0.0
+Note: Current RELEASE.VERSION=2.0.1
 
 ```xml
 <!--add dependency in pom.xml-->
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 168230d..0836703 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -30,7 +30,7 @@
 
 下面列出来了一些关键点,完整的示例请参考: [rocketmq-spring-boot-samples](rocketmq-spring-boot-samples)
 
-注意:当前的RELEASE.VERSION=2.0.0
+注意:当前的RELEASE.VERSION=2.0.1
 
 ```xml
 <!--在pom.xml中添加依赖-->
diff --git a/pom.xml b/pom.xml
index 7ca40cc..a09e012 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-spring-boot-build</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1</version>
     <packaging>pom</packaging>
 
     <name>RocketMQ Spring Boot Build</name>
diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml
index 005c2cb..638a0d4 100644
--- a/rocketmq-spring-boot-parent/pom.xml
+++ b/rocketmq-spring-boot-parent/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-build</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
         <spring.boot.version>2.0.5.RELEASE</spring.boot.version>
         <spring.version>5.1.0.RELEASE</spring.version>
 
-        <rocketmq.spring.boot.version>2.0.0</rocketmq.spring.boot.version>
+        <rocketmq.spring.boot.version>${project.version}</rocketmq.spring.boot.version>
 
         <rocketmq-version>4.3.2</rocketmq-version>
         <slf4j.version>1.6.1</slf4j.version>
diff --git a/rocketmq-spring-boot-samples/pom.xml b/rocketmq-spring-boot-samples/pom.xml
index 7b5eaa5..c1699b6 100644
--- a/rocketmq-spring-boot-samples/pom.xml
+++ b/rocketmq-spring-boot-samples/pom.xml
@@ -36,7 +36,7 @@
     </modules>
 
     <properties>
-        <rocketmq-spring-boot-starter-version>2.0.0</rocketmq-spring-boot-starter-version>
+        <rocketmq-spring-boot-starter-version>2.0.1</rocketmq-spring-boot-starter-version>
     </properties>
 
     <dependencies>
diff --git a/rocketmq-spring-boot-starter/pom.xml b/rocketmq-spring-boot-starter/pom.xml
index cd88b71..325fcc9 100644
--- a/rocketmq-spring-boot-starter/pom.xml
+++ b/rocketmq-spring-boot-starter/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-parent</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.1</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 94e528c..6a7b687 100644
--- a/rocketmq-spring-boot/pom.xml
+++ b/rocketmq-spring-boot/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-parent</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.1</version>
         <relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
     </parent>