Skip to content

Commit acd1c96

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 940132c commit acd1c96

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.apache.rocketmq</groupId>
2929
<artifactId>rocketmq-spring-all</artifactId>
30-
<version>2.2.3</version>
30+
<version>2.2.4-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232

3333
<name>Apache RocketMQ Spring Boot ${project.version}</name>
@@ -39,7 +39,7 @@
3939
<url>[email protected]:apache/rocketmq-spring.git</url>
4040
<connection>scm:git:[email protected]:apache/rocketmq-spring.git</connection>
4141
<developerConnection>scm:git:[email protected]:apache/rocketmq-spring.git</developerConnection>
42-
<tag>rocketmq-spring-all-2.2.3</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<mailingLists>

rocketmq-spring-boot-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.rocketmq</groupId>
2424
<artifactId>rocketmq-spring-all</artifactId>
25-
<version>2.2.3</version>
25+
<version>2.2.4-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

@@ -38,7 +38,7 @@
3838
<spring.boot.version>2.5.9</spring.boot.version>
3939
<spring.version>5.3.20</spring.version>
4040

41-
<rocketmq.spring.boot.version>2.2.3</rocketmq.spring.boot.version>
41+
<rocketmq.spring.boot.version>2.2.4-SNAPSHOT</rocketmq.spring.boot.version>
4242

4343
<rocketmq.version>5.0.0</rocketmq.version>
4444
<slf4j.version>1.7.25</slf4j.version>

rocketmq-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.rocketmq</groupId>
2424
<artifactId>rocketmq-spring-boot-parent</artifactId>
25-
<version>2.2.3</version>
25+
<version>2.2.4-SNAPSHOT</version>
2626
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
2727
</parent>
2828

rocketmq-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.rocketmq</groupId>
2424
<artifactId>rocketmq-spring-boot-parent</artifactId>
25-
<version>2.2.3</version>
25+
<version>2.2.4-SNAPSHOT</version>
2626
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)