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
The following commit(s) were added to refs/heads/master by this push:
new ee4b5a7 [maven-release-plugin] prepare release
rocketmq-spring-all-2.0.4
ee4b5a7 is described below
commit ee4b5a71d8a13261e510cc54f4d4f61babd46a2f
Author: ShannonDing <[email protected]>
AuthorDate: Tue Nov 12 10:09:05 2019 +0800
[maven-release-plugin] prepare release rocketmq-spring-all-2.0.4
---
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 921d16e..d1df409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-all</artifactId>
- <version>2.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
<packaging>pom</packaging>
<name>Apache RocketMQ Spring Boot ${project.version}</name>
@@ -39,7 +39,7 @@
<url>[email protected]:apache/rocketmq-spring.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-spring.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-spring.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>rocketmq-spring-all-2.0.4</tag>
</scm>
<mailingLists>
diff --git a/rocketmq-spring-boot-parent/pom.xml
b/rocketmq-spring-boot-parent/pom.xml
index 21cf25b..f891a9a 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.0.4-SNAPSHOT</version>
+ <version>2.0.4</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.0.4-SNAPSHOT</rocketmq.spring.boot.version>
+ <rocketmq.spring.boot.version>2.0.4</rocketmq.spring.boot.version>
<rocketmq-version>4.5.2</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 5392ec8..894162e 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.0.4-SNAPSHOT</version>
+ <version>2.0.4</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 289a53f..b00ee45 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.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
</parent>