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 2021/08/23 08:26:09 UTC

[rocketmq-spring] branch master updated: chore(pom):upgrade rocketmq version to 4.9.1 (#382)

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 99d8837  chore(pom):upgrade rocketmq version to 4.9.1 (#382)
99d8837 is described below

commit 99d88377b7a764518d205f6bdce217f875609c6f
Author: rongtong <ji...@163.com>
AuthorDate: Mon Aug 23 16:26:04 2021 +0800

    chore(pom):upgrade rocketmq version to 4.9.1 (#382)
---
 rocketmq-spring-boot-parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml
index 12e0807..6f1c4ae 100644
--- a/rocketmq-spring-boot-parent/pom.xml
+++ b/rocketmq-spring-boot-parent/pom.xml
@@ -16,7 +16,8 @@
   ~ limitations under the License.
   -->
 
-<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>
 
     <parent>
@@ -40,7 +41,7 @@
 
         <rocketmq.spring.boot.version>2.2.1-SNAPSHOT</rocketmq.spring.boot.version>
 
-        <rocketmq.version>4.8.0</rocketmq.version>
+        <rocketmq.version>4.9.1</rocketmq.version>
         <slf4j.version>1.7.25</slf4j.version>
         <jackson.version>2.11.1</jackson.version>
         <fastjson.version>1.2.72</fastjson.version>