From 0f878b515703e160b3ef095059ffb6f90a7f7f4a Mon Sep 17 00:00:00 2001 From: zhouxiang Date: Thu, 16 Feb 2023 11:38:58 +0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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 f1418cbb82..99e3619ae7 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -13,7 +13,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT rocketmq-acl rocketmq-acl ${project.version} diff --git a/broker/pom.xml b/broker/pom.xml index 13401ae379..7a5c49e0eb 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -13,7 +13,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/client/pom.xml b/client/pom.xml index a07e4653d5..01b4e2b9b1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index d0b1e8e779..611ee42c0e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/container/pom.xml b/container/pom.xml index cfee518565..e81754299d 100644 --- a/container/pom.xml +++ b/container/pom.xml @@ -18,7 +18,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/controller/pom.xml b/controller/pom.xml index 5f30ee5e22..4d9f13b60c 100644 --- a/controller/pom.xml +++ b/controller/pom.xml @@ -19,7 +19,7 @@ rocketmq-all org.apache.rocketmq - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 jar diff --git a/distribution/pom.xml b/distribution/pom.xml index e60248ce68..1010808c43 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT rocketmq-distribution rocketmq-distribution ${project.version} diff --git a/example/pom.xml b/example/pom.xml index 370eebdf76..fa4e7a8ce5 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ rocketmq-all org.apache.rocketmq - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/filter/pom.xml b/filter/pom.xml index 33ea3da312..65d61ff3dc 100644 --- a/filter/pom.xml +++ b/filter/pom.xml @@ -20,7 +20,7 @@ rocketmq-all org.apache.rocketmq - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/namesrv/pom.xml b/namesrv/pom.xml index 44831a5872..2c4f8b40fc 100644 --- a/namesrv/pom.xml +++ b/namesrv/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/openmessaging/pom.xml b/openmessaging/pom.xml index 3c9853cc0c..88945c4b8f 100644 --- a/openmessaging/pom.xml +++ b/openmessaging/pom.xml @@ -20,7 +20,7 @@ rocketmq-all org.apache.rocketmq - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index ad4b333823..2703d8ab52 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 2012 org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT pom Apache RocketMQ ${project.version} http://rocketmq.apache.org/ @@ -37,7 +37,7 @@ git@github.com:apache/rocketmq.git scm:git:git@github.com:apache/rocketmq.git scm:git:git@github.com:apache/rocketmq.git - rocketmq-all-5.1.0 + HEAD diff --git a/proxy/pom.xml b/proxy/pom.xml index ba895585cd..693a8d5cad 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -20,7 +20,7 @@ rocketmq-all org.apache.rocketmq - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/remoting/pom.xml b/remoting/pom.xml index ae90df37cd..526dccb12c 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/srvutil/pom.xml b/srvutil/pom.xml index acda906a46..82397d517f 100644 --- a/srvutil/pom.xml +++ b/srvutil/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/store/pom.xml b/store/pom.xml index 83ba651755..82d0e6a542 100644 --- a/store/pom.xml +++ b/store/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 9858753d25..8816c42989 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -20,7 +20,7 @@ rocketmq-all org.apache.rocketmq - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/tieredstore/pom.xml b/tieredstore/pom.xml index ac1eec59d7..f0179fbf70 100644 --- a/tieredstore/pom.xml +++ b/tieredstore/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index ca5dca208a..0ac6a5faff 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 5.1.0 + 5.1.1-SNAPSHOT 4.0.0