Skip to content

Commit

Permalink
[ISSUE #637] Upgrade samples version to 2.3.1-SNAPSHOT (#636)
Browse files Browse the repository at this point in the history
* Upgrade samples version to 2.3.1-SNAPSHOT

* Upgrade samples version to 2.3.1-SNAPSHOT
  • Loading branch information
RongtongJin authored Mar 11, 2024
1 parent 37f25ab commit d7c74b3
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions rocketmq-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-spring-boot-samples/rocketmq-consume-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-spring-boot-samples/rocketmq-produce-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-v5-client-spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d7c74b3

Please sign in to comment.