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 d7c74b3  [ISSUE #637] Upgrade samples version to 2.3.1-SNAPSHOT (#636)
d7c74b3 is described below

commit d7c74b3317e405d05deb0ef3d273d02b1e9eba1a
Author: rongtong <jinrongto...@163.com>
AuthorDate: Mon Mar 11 17:44:56 2024 +0800

    [ISSUE #637] Upgrade samples version to 2.3.1-SNAPSHOT (#636)
    
    * Upgrade samples version to 2.3.1-SNAPSHOT
    
    * Upgrade samples version to 2.3.1-SNAPSHOT
---
 rocketmq-spring-boot-samples/pom.xml                                  | 4 ++--
 rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/pom.xml        | 2 +-
 rocketmq-spring-boot-samples/rocketmq-consume-demo/pom.xml            | 2 +-
 rocketmq-spring-boot-samples/rocketmq-produce-acl-demo/pom.xml        | 2 +-
 rocketmq-spring-boot-samples/rocketmq-produce-demo/pom.xml            | 2 +-
 rocketmq-v5-client-spring-boot-samples/pom.xml                        | 2 +-
 .../rocketmq-v5-client-consume-acl-demo/pom.xml                       | 2 +-
 .../rocketmq-v5-client-consume-demo/pom.xml                           | 2 +-
 .../rocketmq-v5-client-producer-acl-demo/pom.xml                      | 2 +-
 .../rocketmq-v5-client-producer-demo/pom.xml                          | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/rocketmq-spring-boot-samples/pom.xml 
b/rocketmq-spring-boot-samples/pom.xml
index 03e4a72..1ca7438 100644
--- a/rocketmq-spring-boot-samples/pom.xml
+++ b/rocketmq-spring-boot-samples/pom.xml
@@ -24,7 +24,7 @@
     <groupId>org.apache.rocketmq</groupId>
     <artifactId>rocketmq-spring-boot-samples</artifactId>
     <packaging>pom</packaging>
-    <version>2.2.4-SNAPSHOT</version>
+    <version>2.3.1-SNAPSHOT</version>
     
     <name>RocketMQ Spring Boot Samples</name>
     <description>Samples for RocketMQ Spring Boot</description>
@@ -40,7 +40,7 @@
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        
<rocketmq-spring-boot-starter-version>2.2.4-SNAPSHOT</rocketmq-spring-boot-starter-version>
+        
<rocketmq-spring-boot-starter-version>2.3.1-SNAPSHOT</rocketmq-spring-boot-starter-version>
     </properties>
 
     <dependencies>
diff --git a/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/pom.xml 
b/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/pom.xml
index f40a4f1..642cfe9 100644
--- a/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/pom.xml
+++ b/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>rocketmq-consume-acl-demo</artifactId>
diff --git a/rocketmq-spring-boot-samples/rocketmq-consume-demo/pom.xml 
b/rocketmq-spring-boot-samples/rocketmq-consume-demo/pom.xml
index b99ef18..2019f63 100644
--- a/rocketmq-spring-boot-samples/rocketmq-consume-demo/pom.xml
+++ b/rocketmq-spring-boot-samples/rocketmq-consume-demo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>rocketmq-consume-demo</artifactId>
diff --git a/rocketmq-spring-boot-samples/rocketmq-produce-acl-demo/pom.xml 
b/rocketmq-spring-boot-samples/rocketmq-produce-acl-demo/pom.xml
index 188ce00..cc27e0e 100644
--- a/rocketmq-spring-boot-samples/rocketmq-produce-acl-demo/pom.xml
+++ b/rocketmq-spring-boot-samples/rocketmq-produce-acl-demo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>rocketmq-produce-acl-demo</artifactId>
diff --git a/rocketmq-spring-boot-samples/rocketmq-produce-demo/pom.xml 
b/rocketmq-spring-boot-samples/rocketmq-produce-demo/pom.xml
index 92c98d3..f499d74 100644
--- a/rocketmq-spring-boot-samples/rocketmq-produce-demo/pom.xml
+++ b/rocketmq-spring-boot-samples/rocketmq-produce-demo/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>rocketmq-produce-demo</artifactId>
diff --git a/rocketmq-v5-client-spring-boot-samples/pom.xml 
b/rocketmq-v5-client-spring-boot-samples/pom.xml
index 1a147f6..fba5232 100644
--- a/rocketmq-v5-client-spring-boot-samples/pom.xml
+++ b/rocketmq-v5-client-spring-boot-samples/pom.xml
@@ -22,7 +22,7 @@
        <groupId>org.apache.rocketmq</groupId>
        <artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
        <packaging>pom</packaging>
-       <version>2.2.4-SNAPSHOT</version>
+       <version>2.3.1-SNAPSHOT</version>
 
        <name>rocketmq-v5-client-spring-boot-samples</name>
        <description>rocketmq-v5-client-spring-boot-samples</description>
diff --git 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-acl-demo/pom.xml
 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-acl-demo/pom.xml
index 082fd24..0f87f0d 100644
--- 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-acl-demo/pom.xml
+++ 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-acl-demo/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
     <artifactId>rocketmq-v5-client-consume-acl-demo</artifactId>
 
diff --git 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-demo/pom.xml
 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-demo/pom.xml
index 2e549a6..a8847d6 100644
--- 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-demo/pom.xml
+++ 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consume-demo/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>rocketmq-v5-client-consume-demo</artifactId>
diff --git 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-acl-demo/pom.xml
 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-acl-demo/pom.xml
index c7e2cd1..cde060f 100644
--- 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-acl-demo/pom.xml
+++ 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-acl-demo/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>rocketmq-v5-client-producer-acl-demo</artifactId>
diff --git 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-demo/pom.xml
 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-demo/pom.xml
index d6a6859..84e29b0 100644
--- 
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-demo/pom.xml
+++ 
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-demo/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
-        <version>2.2.4-SNAPSHOT</version>
+        <version>2.3.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>rocketmq-v5-client-producer-demo</artifactId>

Reply via email to