[maven-release-plugin] prepare release rocketmq-all-4.1.0-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/84bd2941 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/84bd2941 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/84bd2941 Branch: refs/heads/release-4.1.0-incubating Commit: 84bd2941398edf942ad07546158c5a3aa647c7a5 Parents: d8fb42c Author: dongeforever <[email protected]> Authored: Tue Jun 6 16:44:03 2017 +0800 Committer: dongeforever <[email protected]> Committed: Tue Jun 6 16:44:03 2017 +0800 ---------------------------------------------------------------------- broker/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- distribution/pom.xml | 6 ++---- example/pom.xml | 4 ++-- filter/pom.xml | 6 ++---- filtersrv/pom.xml | 2 +- logappender/pom.xml | 5 ++--- namesrv/pom.xml | 2 +- openmessaging/pom.xml | 6 ++---- pom.xml | 4 ++-- remoting/pom.xml | 2 +- srvutil/pom.xml | 2 +- store/pom.xml | 2 +- test/pom.xml | 2 +- tools/pom.xml | 2 +- 16 files changed, 22 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/broker/pom.xml ---------------------------------------------------------------------- diff --git a/broker/pom.xml b/broker/pom.xml index 0f8ad0a..0f4ae31 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 24d0a54..d97ba77 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 835ffa6..cfad0d3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 41f36dc..20e9e6e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -15,14 +15,12 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <artifactId>rocketmq-distribution</artifactId> <name>rocketmq-distribution ${project.version}</name> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/example/pom.xml ---------------------------------------------------------------------- diff --git a/example/pom.xml b/example/pom.xml index 840fa36..260085e 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -55,7 +55,7 @@ <dependency> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-openmessaging</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/filter/pom.xml ---------------------------------------------------------------------- diff --git a/filter/pom.xml b/filter/pom.xml index 7978f05..b08ce2d 100644 --- a/filter/pom.xml +++ b/filter/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/filtersrv/pom.xml ---------------------------------------------------------------------- diff --git a/filtersrv/pom.xml b/filtersrv/pom.xml index 3963875..f41f3b7 100644 --- a/filtersrv/pom.xml +++ b/filtersrv/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/logappender/pom.xml ---------------------------------------------------------------------- diff --git a/logappender/pom.xml b/logappender/pom.xml index 5974c75..c18ace7 100644 --- a/logappender/pom.xml +++ b/logappender/pom.xml @@ -15,12 +15,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-logappender</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/namesrv/pom.xml ---------------------------------------------------------------------- diff --git a/namesrv/pom.xml b/namesrv/pom.xml index f7d0935..9939e4f 100644 --- a/namesrv/pom.xml +++ b/namesrv/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/openmessaging/pom.xml ---------------------------------------------------------------------- diff --git a/openmessaging/pom.xml b/openmessaging/pom.xml index e853642..e857be9 100644 --- a/openmessaging/pom.xml +++ b/openmessaging/pom.xml @@ -16,13 +16,11 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 851a6cb..ea4af1e 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <inceptionYear>2012</inceptionYear> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> <packaging>pom</packaging> <name>Apache RocketMQ ${project.version}</name> <url>http://rocketmq.incubator.apache.org/</url> @@ -43,7 +43,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git </developerConnection> - <tag>HEAD</tag> + <tag>rocketmq-all-4.1.0-incubating</tag> </scm> <mailingLists> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/remoting/pom.xml ---------------------------------------------------------------------- diff --git a/remoting/pom.xml b/remoting/pom.xml index 1552341..569b917 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/srvutil/pom.xml ---------------------------------------------------------------------- diff --git a/srvutil/pom.xml b/srvutil/pom.xml index 6dc0377..53fee10 100644 --- a/srvutil/pom.xml +++ b/srvutil/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/store/pom.xml ---------------------------------------------------------------------- diff --git a/store/pom.xml b/store/pom.xml index b1b6e72..45223fd 100644 --- a/store/pom.xml +++ b/store/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index adb51fd..30dd2a8 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>rocketmq-all</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/84bd2941/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index d10194c..e3da25d 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-all</artifactId> - <version>4.1.0-incubating-SNAPSHOT</version> + <version>4.1.0-incubating</version> </parent> <modelVersion>4.0.0</modelVersion>
