Skip to content

Commit e369d7d

Browse files
authored
[maven-release-plugin] prepare for next development iteration (#6939)
1 parent f7425f5 commit e369d7d

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

acl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.apache.rocketmq</groupId>
1515
<artifactId>rocketmq-all</artifactId>
16-
<version>5.1.3</version>
16+
<version>5.1.4-SNAPSHOT</version>
1717
</parent>
1818
<artifactId>rocketmq-acl</artifactId>
1919
<name>rocketmq-acl ${project.version}</name>

broker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.apache.rocketmq</groupId>
1515
<artifactId>rocketmq-all</artifactId>
16-
<version>5.1.3</version>
16+
<version>5.1.4-SNAPSHOT</version>
1717
</parent>
1818

1919
<modelVersion>4.0.0</modelVersion>

client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

container/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.apache.rocketmq</groupId>
2020
<artifactId>rocketmq-all</artifactId>
21-
<version>5.1.3</version>
21+
<version>5.1.4-SNAPSHOT</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

controller/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-all</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<packaging>jar</packaging>

distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-all</artifactId>
23-
<version>5.1.3</version>
23+
<version>5.1.4-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-distribution</artifactId>
2626
<name>rocketmq-distribution ${project.version}</name>

example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-all</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

filter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>rocketmq-all</artifactId>
2222
<groupId>org.apache.rocketmq</groupId>
23-
<version>5.1.3</version>
23+
<version>5.1.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

namesrv/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

openmessaging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>rocketmq-all</artifactId>
2222
<groupId>org.apache.rocketmq</groupId>
23-
<version>5.1.3</version>
23+
<version>5.1.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<inceptionYear>2012</inceptionYear>
2929
<groupId>org.apache.rocketmq</groupId>
3030
<artifactId>rocketmq-all</artifactId>
31-
<version>5.1.3</version>
31+
<version>5.1.4-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333
<name>Apache RocketMQ ${project.version}</name>
3434
<url>http://rocketmq.apache.org/</url>
@@ -37,7 +37,7 @@
3737
<url>git@github.com:apache/rocketmq.git</url>
3838
<connection>scm:git:git@github.com:apache/rocketmq.git</connection>
3939
<developerConnection>scm:git:git@github.com:apache/rocketmq.git</developerConnection>
40-
<tag>rocketmq-all-5.1.3</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
<mailingLists>

proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>rocketmq-all</artifactId>
2222
<groupId>org.apache.rocketmq</groupId>
23-
<version>5.1.3</version>
23+
<version>5.1.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

remoting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

srvutil/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>rocketmq-all</artifactId>
2222
<groupId>org.apache.rocketmq</groupId>
23-
<version>5.1.3</version>
23+
<version>5.1.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

tieredstore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.3</version>
22+
<version>5.1.4-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)