From 6dc8f5442add325fded4b4c594787ec5191daea4 Mon Sep 17 00:00:00 2001 From: yukon Date: Tue, 7 Feb 2017 17:02:30 +0800 Subject: [PATCH] [maven-release-plugin] prepare release rocketmq-4.0.0-incubating --- broker/pom.xml | 5 ++--- client/pom.xml | 5 ++--- common/pom.xml | 5 ++--- example/pom.xml | 5 ++--- filtersrv/pom.xml | 5 ++--- namesrv/pom.xml | 5 ++--- pom.xml | 10 +++++----- remoting/pom.xml | 5 ++--- srvutil/pom.xml | 5 ++--- store/pom.xml | 5 ++--- test/pom.xml | 6 ++---- tools/pom.xml | 5 ++--- 12 files changed, 27 insertions(+), 39 deletions(-) diff --git a/broker/pom.xml b/broker/pom.xml index 91cfe0c4..34cdbcf7 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/client/pom.xml b/client/pom.xml index 3a0f6ae0..9c0030dc 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating diff --git a/common/pom.xml b/common/pom.xml index 549dad97..134770f5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index c6dbf676..602218c4 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/filtersrv/pom.xml b/filtersrv/pom.xml index b0313573..1716a087 100644 --- a/filtersrv/pom.xml +++ b/filtersrv/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/namesrv/pom.xml b/namesrv/pom.xml index c505bfcc..b03075ae 100644 --- a/namesrv/pom.xml +++ b/namesrv/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/pom.xml b/pom.xml index 8b8c4684..afe0ecd2 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,7 @@ limitations under the License. --> - + org.apache @@ -30,7 +29,7 @@ 2012 org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating pom Apache RocketMQ ${project.version} http://rocketmq.incubator.apache.org/ @@ -44,7 +43,8 @@ scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git - + rocketmq-4.0.0-incubating + @@ -211,7 +211,7 @@ - + true diff --git a/remoting/pom.xml b/remoting/pom.xml index df46c353..f49854b7 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/srvutil/pom.xml b/srvutil/pom.xml index 4850b1e9..03e898be 100644 --- a/srvutil/pom.xml +++ b/srvutil/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/store/pom.xml b/store/pom.xml index 083d4148..1d421278 100644 --- a/store/pom.xml +++ b/store/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index b0905989..b1d583ae 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> - + rocketmq-all org.apache.rocketmq - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 1f8f4a93..ff8658af 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -15,12 +15,11 @@ limitations under the License. --> - + org.apache.rocketmq rocketmq-all - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 -- GitLab