From commits-return-833-apmail-rocketmq-commits-archive=rocketmq.apache.org@rocketmq.incubator.apache.org Thu Feb 2 10:37:19 2017 Return-Path: X-Original-To: apmail-rocketmq-commits-archive@minotaur.apache.org Delivered-To: apmail-rocketmq-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EA4319EE0 for ; Thu, 2 Feb 2017 10:37:19 +0000 (UTC) Received: (qmail 15092 invoked by uid 500); 2 Feb 2017 10:37:19 -0000 Delivered-To: apmail-rocketmq-commits-archive@rocketmq.apache.org Received: (qmail 15060 invoked by uid 500); 2 Feb 2017 10:37:19 -0000 Mailing-List: contact commits-help@rocketmq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@rocketmq.incubator.apache.org Delivered-To: mailing list commits@rocketmq.incubator.apache.org Received: (qmail 15051 invoked by uid 99); 2 Feb 2017 10:37:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2017 10:37:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1EED41A0510 for ; Thu, 2 Feb 2017 10:37:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CrYwiObuRzBh for ; Thu, 2 Feb 2017 10:37:17 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id CC56A5F30B for ; Thu, 2 Feb 2017 10:37:14 +0000 (UTC) Received: (qmail 14742 invoked by uid 99); 2 Feb 2017 10:36:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2017 10:36:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1FB27DFC63; Thu, 2 Feb 2017 10:36:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yukon@apache.org To: commits@rocketmq.incubator.apache.org Message-Id: <4b042c4dde2c4872ba29321d12881fc3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-rocketmq git commit: [maven-release-plugin] prepare for next development iteration Date: Thu, 2 Feb 2017 10:36:57 +0000 (UTC) Repository: incubator-rocketmq Updated Branches: refs/heads/4.0.0-incubating e1cce513d -> a9a98bf7a [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/a9a98bf7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/a9a98bf7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/a9a98bf7 Branch: refs/heads/4.0.0-incubating Commit: a9a98bf7aa480f0675894a399f914a8285efda35 Parents: e1cce51 Author: yukon Authored: Thu Feb 2 18:36:50 2017 +0800 Committer: yukon Committed: Thu Feb 2 18:36:50 2017 +0800 ---------------------------------------------------------------------- broker/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- example/pom.xml | 2 +- filtersrv/pom.xml | 2 +- namesrv/pom.xml | 2 +- pom.xml | 4 ++-- remoting/pom.xml | 2 +- srvutil/pom.xml | 2 +- store/pom.xml | 2 +- test/pom.xml | 2 +- tools/pom.xml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/broker/pom.xml ---------------------------------------------------------------------- diff --git a/broker/pom.xml b/broker/pom.xml index 34cdbcf..4d0aae6 100644 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 9c0030d..7c952ac 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 134770f..c2ab187 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/example/pom.xml ---------------------------------------------------------------------- diff --git a/example/pom.xml b/example/pom.xml index 602218c..785a4ca 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/filtersrv/pom.xml ---------------------------------------------------------------------- diff --git a/filtersrv/pom.xml b/filtersrv/pom.xml index 1716a08..3963875 100644 --- a/filtersrv/pom.xml +++ b/filtersrv/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/namesrv/pom.xml ---------------------------------------------------------------------- diff --git a/namesrv/pom.xml b/namesrv/pom.xml index b03075a..f7d0935 100644 --- a/namesrv/pom.xml +++ b/namesrv/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1eecac9..8e3a9c8 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 2012 org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT pom Apache RocketMQ ${project.version} http://rocketmq.incubator.apache.org/ @@ -43,7 +43,7 @@ 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-all-4.0.0-incubating + HEAD http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/remoting/pom.xml ---------------------------------------------------------------------- diff --git a/remoting/pom.xml b/remoting/pom.xml index f49854b..b25e062 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/srvutil/pom.xml ---------------------------------------------------------------------- diff --git a/srvutil/pom.xml b/srvutil/pom.xml index 03e898b..3269903 100644 --- a/srvutil/pom.xml +++ b/srvutil/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/store/pom.xml ---------------------------------------------------------------------- diff --git a/store/pom.xml b/store/pom.xml index 1d42127..b1b6e72 100644 --- a/store/pom.xml +++ b/store/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index b1d583a..42ebea7 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -20,7 +20,7 @@ rocketmq-all org.apache.rocketmq - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/a9a98bf7/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 3b51c34..e53d726 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -19,7 +19,7 @@ org.apache.rocketmq rocketmq-all - 4.0.0-incubating + 4.1.0-incubating-SNAPSHOT 4.0.0