Skip to content

Commit dd94362

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 73bb4b4 commit dd94362

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed

acl/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
16+
<version>4.7.0-SNAPSHOT</version>
1717
</parent>
1818
<artifactId>rocketmq-acl</artifactId>
1919
<name>rocketmq-acl ${project.version}</name>

broker/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
16+
<version>4.7.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<modelVersion>4.0.0</modelVersion>

client/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
22+
<version>4.7.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

common/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
22+
<version>4.7.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
23+
<version>4.7.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-distribution</artifactId>
2626
<name>rocketmq-distribution ${project.version}</name>

example/pom.xml

Lines changed: 3 additions & 3 deletions
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>4.6.1</version>
22+
<version>4.7.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>org.apache.rocketmq</groupId>
5353
<artifactId>rocketmq-openmessaging</artifactId>
54-
<version>4.6.1</version>
54+
<version>4.7.0-SNAPSHOT</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.rocketmq</groupId>
5858
<artifactId>rocketmq-acl</artifactId>
59-
<version>4.6.1</version>
59+
<version>4.7.0-SNAPSHOT</version>
6060
</dependency>
6161
</dependencies>
6262
</project>

filter/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
23+
<version>4.7.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

logappender/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
22+
<version>4.7.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>rocketmq-logappender</artifactId>

logging/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
22+
<version>4.7.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

namesrv/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.6.1</version>
22+
<version>4.7.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)