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 d745409 Updated the RocketMQ version dependencies in the
rocketmq-spring-boot-samples and rocketmq-v5-client-spring-boot-samples
modules. (#671)
d745409 is described below
commit d74540982715591fc4f7cca649608cc3249dcf7b
Author: YeLuo <[email protected]>
AuthorDate: Mon Dec 16 14:04:30 2024 +0800
Updated the RocketMQ version dependencies in the
rocketmq-spring-boot-samples and rocketmq-v5-client-spring-boot-samples
modules. (#671)
---
rocketmq-spring-boot-samples/pom.xml | 2 +-
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-consumer-pull-simple-demo/pom.xml | 2 +-
rocketmq-spring-boot-samples/rocketmq-consumer-push-simple-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-spring-boot-samples/rocketmq-producer-simple-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-consumer-push-simple-demo/pom.xml | 2 +-
.../rocketmq-v5-client-consumer-simple-demo/pom.xml | 2 +-
.../rocketmq-v5-client-producer-acl-demo/pom.xml | 2 +-
.../rocketmq-v5-client-producer-demo/pom.xml | 2 +-
.../rocketmq-v5-client-producer-simple-demo/pom.xml | 2 +-
16 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/rocketmq-spring-boot-samples/pom.xml
b/rocketmq-spring-boot-samples/pom.xml
index 7e2c9bd..d22899c 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
<name>RocketMQ Spring Boot Samples</name>
<description>Samples for RocketMQ Spring Boot</description>
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 642cfe9..3d9325f 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-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 2019f63..b407aee 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-consume-demo</artifactId>
diff --git
a/rocketmq-spring-boot-samples/rocketmq-consumer-pull-simple-demo/pom.xml
b/rocketmq-spring-boot-samples/rocketmq-consumer-pull-simple-demo/pom.xml
index a23c754..fe75ed0 100644
--- a/rocketmq-spring-boot-samples/rocketmq-consumer-pull-simple-demo/pom.xml
+++ b/rocketmq-spring-boot-samples/rocketmq-consumer-pull-simple-demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-samples</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-consumer-pull-simple-demo</artifactId>
diff --git
a/rocketmq-spring-boot-samples/rocketmq-consumer-push-simple-demo/pom.xml
b/rocketmq-spring-boot-samples/rocketmq-consumer-push-simple-demo/pom.xml
index db3efce..dd797af 100644
--- a/rocketmq-spring-boot-samples/rocketmq-consumer-push-simple-demo/pom.xml
+++ b/rocketmq-spring-boot-samples/rocketmq-consumer-push-simple-demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-samples</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-consumer-push-simple-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 cc27e0e..6eb4c71 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-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 f499d74..5b59d9d 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-produce-demo</artifactId>
diff --git a/rocketmq-spring-boot-samples/rocketmq-producer-simple-demo/pom.xml
b/rocketmq-spring-boot-samples/rocketmq-producer-simple-demo/pom.xml
index d369168..7ba0f6b 100644
--- a/rocketmq-spring-boot-samples/rocketmq-producer-simple-demo/pom.xml
+++ b/rocketmq-spring-boot-samples/rocketmq-producer-simple-demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-samples</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-producer-simple-demo</artifactId>
diff --git a/rocketmq-v5-client-spring-boot-samples/pom.xml
b/rocketmq-v5-client-spring-boot-samples/pom.xml
index 99ae98b..ae93191 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-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 0f87f0d..a73027b 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-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 a8847d6..0b2c891 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-v5-client-consume-demo</artifactId>
diff --git
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-push-simple-demo/pom.xml
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-push-simple-demo/pom.xml
index a31aa3b..1a20a74 100644
---
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-push-simple-demo/pom.xml
+++
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-push-simple-demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-v5-client-consumer-push-simple-demo</artifactId>
diff --git
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-simple-demo/pom.xml
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-simple-demo/pom.xml
index 93bea99..c997133 100644
---
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-simple-demo/pom.xml
+++
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-consumer-simple-demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-v5-client-consumer-simple-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 cde060f..22b190c 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-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 84e29b0..6c23b30 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.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-v5-client-producer-demo</artifactId>
diff --git
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-simple-demo/pom.xml
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-simple-demo/pom.xml
index 7058f89..b676960 100644
---
a/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-simple-demo/pom.xml
+++
b/rocketmq-v5-client-spring-boot-samples/rocketmq-v5-client-producer-simple-demo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-v5-client-spring-boot-samples</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.2-SNAPSHOT</version>
</parent>
<artifactId>rocketmq-v5-client-producer-simple-demo</artifactId>