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 0597e63  [maven-release-plugin] prepare for next development 
iteration. In addition, fix some syntax errors (#544)
0597e63 is described below

commit 0597e636bacf35ae12699ff6cd1f25a2539f9de6
Author: www <[email protected]>
AuthorDate: Wed Jul 12 19:26:52 2023 +0800

    [maven-release-plugin] prepare for next development iteration. In addition, 
fix some syntax errors (#544)
    
    * [maven-release-plugin] prepare for next development iteration
    
    * Fix syntax errors
    
    ---------
    
    Co-authored-by: www <[email protected]>
---
 rocketmq-spring-boot-samples/pom.xml               |  4 ++--
 .../rocketmq-consume-acl-demo/pom.xml              |  2 +-
 .../rocketmq-consume-demo/pom.xml                  |  2 +-
 .../rocketmq-produce-acl-demo/pom.xml              |  2 +-
 .../rocketmq-produce-demo/pom.xml                  |  2 +-
 .../rocketmq/spring/core/RocketMQTemplate.java     | 24 +++++++++++-----------
 6 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/rocketmq-spring-boot-samples/pom.xml 
b/rocketmq-spring-boot-samples/pom.xml
index 793eb5d..03e4a72 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.3-SNAPSHOT</version>
+    <version>2.2.4-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.3-SNAPSHOT</rocketmq-spring-boot-starter-version>
+        
<rocketmq-spring-boot-starter-version>2.2.4-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 e0b650e..f40a4f1 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.3-SNAPSHOT</version>
+        <version>2.2.4-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 0a49b56..b99ef18 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.3-SNAPSHOT</version>
+        <version>2.2.4-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 477e32e..188ce00 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.3-SNAPSHOT</version>
+        <version>2.2.4-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 435fb1d..92c98d3 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.3-SNAPSHOT</version>
+        <version>2.2.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>rocketmq-produce-demo</artifactId>
diff --git 
a/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/core/RocketMQTemplate.java
 
b/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/core/RocketMQTemplate.java
index a196686..f6af52b 100644
--- 
a/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/core/RocketMQTemplate.java
+++ 
b/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/core/RocketMQTemplate.java
@@ -272,7 +272,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param message {@link org.springframework.messaging.Message} the 
message to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @return
      */
     public void sendAndReceive(String destination, Message<?> message,
@@ -283,7 +283,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param payload the payload to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @return
      */
     public void sendAndReceive(String destination, Object payload,
@@ -294,7 +294,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param message {@link org.springframework.messaging.Message} the 
message to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param timeout send timeout in millis
      * @return
      */
@@ -306,7 +306,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param payload the payload to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param timeout send timeout in millis
      * @return
      */
@@ -318,7 +318,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param message {@link org.springframework.messaging.Message} the 
message to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param timeout send timeout in millis
      * @param delayLevel message delay level(0 means no delay)
      * @return
@@ -331,7 +331,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param payload the payload to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param hashKey needed when sending message orderly
      * @return
      */
@@ -343,7 +343,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param message {@link org.springframework.messaging.Message} the 
message to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param hashKey needed when sending message orderly
      * @param timeout send timeout in millis
      * @return
@@ -356,7 +356,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param payload the payload to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param hashKey needed when sending message orderly
      * @param timeout send timeout in millis
      * @return
@@ -369,7 +369,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param message {@link org.springframework.messaging.Message} the 
message to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param hashKey needed when sending message orderly
      * @return
      */
@@ -381,7 +381,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param payload the payload to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param timeout send timeout in millis
      * @param delayLevel message delay level(0 means no delay)
      * @return
@@ -394,7 +394,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
     /**
      * @param destination formats: `topicName:tags`
      * @param payload the payload to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param hashKey needed when sending message orderly
      * @param timeout send timeout in millis
      * @param delayLevel message delay level(0 means no delay)
@@ -412,7 +412,7 @@ public class RocketMQTemplate extends 
AbstractMessageSendingTemplate<String> imp
      *
      * @param destination formats: `topicName:tags`
      * @param message {@link org.springframework.messaging.Message} the 
message to be sent.
-     * @param rocketMQLocalRequestCallback callback that will invoked when 
reply message received.
+     * @param rocketMQLocalRequestCallback callback that will be invoked when 
reply message received.
      * @param hashKey needed when sending message orderly
      * @param timeout send timeout in millis
      * @param delayLevel message delay level(0 means no delay)

Reply via email to