This is an automated email from the ASF dual-hosted git repository. lizhimin pushed a commit to branch release-5.3.2 in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/release-5.3.2 by this push: new 51e7bc2adc [maven-release-plugin] prepare for next development iteration 51e7bc2adc is described below commit 51e7bc2adcec8bea8f5b2994db1bc3620786799f Author: lizhimins <707364...@qq.com> AuthorDate: Fri Mar 7 16:10:35 2025 +0800 [maven-release-plugin] prepare for next development iteration --- acl/pom.xml | 2 +- auth/pom.xml | 2 +- broker/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- container/pom.xml | 2 +- controller/pom.xml | 2 +- distribution/pom.xml | 2 +- example/pom.xml | 2 +- filter/pom.xml | 2 +- namesrv/pom.xml | 2 +- openmessaging/pom.xml | 2 +- pom.xml | 4 ++-- proxy/pom.xml | 2 +- remoting/pom.xml | 2 +- srvutil/pom.xml | 2 +- store/pom.xml | 2 +- test/pom.xml | 2 +- tieredstore/pom.xml | 2 +- tools/pom.xml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 15cf815be6..b009c95fa0 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>rocketmq-acl</artifactId> <name>rocketmq-acl ${project.version}</name> diff --git a/auth/pom.xml b/auth/pom.xml index 4b8652039c..110ed4ae42 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>rocketmq-auth</artifactId> <name>rocketmq-auth ${project.version}</name> diff --git a/broker/pom.xml b/broker/pom.xml index 088c07b47a..a851151083 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/client/pom.xml b/client/pom.xml index 419826d64e..4b3c367b57 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/common/pom.xml b/common/pom.xml index 6ae57e1700..1f55a694f1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/container/pom.xml b/container/pom.xml index 58047f82b4..bfd4d125d6 100644 --- a/container/pom.xml +++ b/container/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/controller/pom.xml b/controller/pom.xml index cb268f58d9..e7ae359164 100644 --- a/controller/pom.xml +++ b/controller/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> diff --git a/distribution/pom.xml b/distribution/pom.xml index e5837396c1..8b865d1afd 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <artifactId>rocketmq-distribution</artifactId> <name>rocketmq-distribution ${project.version}</name> diff --git a/example/pom.xml b/example/pom.xml index d375afbb87..dfe75a561f 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/filter/pom.xml b/filter/pom.xml index d6867ff813..e754ff5644 100644 --- a/filter/pom.xml +++ b/filter/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/namesrv/pom.xml b/namesrv/pom.xml index 16b40603b1..b427770be3 100644 --- a/namesrv/pom.xml +++ b/namesrv/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/openmessaging/pom.xml b/openmessaging/pom.xml index 4b50eb1c40..c35258313c 100644 --- a/openmessaging/pom.xml +++ b/openmessaging/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 3e41a21116..22dc6a7b3d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <inceptionYear>2012</inceptionYear> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache RocketMQ ${project.version}</name> <url>http://rocketmq.apache.org/</url> @@ -37,7 +37,7 @@ <url>g...@github.com:apache/rocketmq.git</url> <connection>scm:git:g...@github.com:apache/rocketmq.git</connection> <developerConnection>scm:git:g...@github.com:apache/rocketmq.git</developerConnection> - <tag>rocketmq-all-5.3.2</tag> + <tag>HEAD</tag> </scm> <mailingLists> diff --git a/proxy/pom.xml b/proxy/pom.xml index d0f1f4b617..1ab03c0b45 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/remoting/pom.xml b/remoting/pom.xml index 6370d92797..e1936ec76b 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/srvutil/pom.xml b/srvutil/pom.xml index 2af50cfd46..de83a7fc59 100644 --- a/srvutil/pom.xml +++ b/srvutil/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/store/pom.xml b/store/pom.xml index 2f980babfb..b8639a38b0 100644 --- a/store/pom.xml +++ b/store/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test/pom.xml b/test/pom.xml index 380ac09f28..041cc41bb0 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tieredstore/pom.xml b/tieredstore/pom.xml index a6d5bef9b7..0f2405d495 100644 --- a/tieredstore/pom.xml +++ b/tieredstore/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/pom.xml b/tools/pom.xml index 4933eb4102..b896134107 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>5.3.2</version> + <version>5.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>