This is an automated email from the ASF dual-hosted git repository. lizhimin pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push: new 73b3fde837 [maven-release-plugin] prepare for next development iteration (#7379) 73b3fde837 is described below commit 73b3fde83765e066541e3455cd1e6604292a9b7c Author: lk <xdk...@outlook.com> AuthorDate: Fri Sep 22 10:08:59 2023 +0800 [maven-release-plugin] prepare for next development iteration (#7379) --- acl/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 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 9f6838b00c..8a296e5ae9 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <artifactId>rocketmq-acl</artifactId> <name>rocketmq-acl ${project.version}</name> diff --git a/broker/pom.xml b/broker/pom.xml index d483e67bac..add83045dc 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/client/pom.xml b/client/pom.xml index 4febedc6dc..d6fb3889b7 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/common/pom.xml b/common/pom.xml index b70873dfa8..6104c3ac6c 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/container/pom.xml b/container/pom.xml index e6c1f4b4d5..8af231e013 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/controller/pom.xml b/controller/pom.xml index 46a3834c69..8432b220be 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> diff --git a/distribution/pom.xml b/distribution/pom.xml index 346c4de35c..73474d34a9 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <artifactId>rocketmq-distribution</artifactId> <name>rocketmq-distribution ${project.version}</name> diff --git a/example/pom.xml b/example/pom.xml index 9e7db43f81..a8c7f53822 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/filter/pom.xml b/filter/pom.xml index 84189066de..892f46e9d1 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/namesrv/pom.xml b/namesrv/pom.xml index 7c218078a1..e320ed5732 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/openmessaging/pom.xml b/openmessaging/pom.xml index fd499e3ded..f10c8af6f0 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 0e1d04f15b..4202d40959 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.1.4</version> + <version>5.1.5-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.1.4</tag> + <tag>HEAD</tag> </scm> <mailingLists> diff --git a/proxy/pom.xml b/proxy/pom.xml index abf242eee5..5c5349a8c1 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/remoting/pom.xml b/remoting/pom.xml index fc70cb62e8..f784806805 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/srvutil/pom.xml b/srvutil/pom.xml index d7f946cce6..894e9cc6fd 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/store/pom.xml b/store/pom.xml index 6d6983c5d4..e979030e8f 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test/pom.xml b/test/pom.xml index 39090e4269..168cbab0be 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tieredstore/pom.xml b/tieredstore/pom.xml index 7b209751fe..b2ea40bf3a 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/pom.xml b/tools/pom.xml index 806787ec9c..e1daa57a62 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.1.4</version> + <version>5.1.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>