Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 075AB200CD3 for ; Fri, 23 Jun 2017 00:57:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 05BEE160BF1; Thu, 22 Jun 2017 22:57:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DC587160C1C for ; Fri, 23 Jun 2017 00:57:23 +0200 (CEST) Received: (qmail 78544 invoked by uid 500); 22 Jun 2017 22:57:23 -0000 Mailing-List: contact commits-help@helix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.apache.org Delivered-To: mailing list commits@helix.apache.org Received: (qmail 78164 invoked by uid 99); 22 Jun 2017 22:57:22 -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, 22 Jun 2017 22:57:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7D41E96CC; Thu, 22 Jun 2017 22:57:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jxue@apache.org To: commits@helix.apache.org Date: Thu, 22 Jun 2017 22:58:09 -0000 Message-Id: In-Reply-To: <173dae016db149ebb905028df29fb355@git.apache.org> References: <173dae016db149ebb905028df29fb355@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [50/50] [abbrv] helix git commit: [maven-release-plugin] prepare for next development iteration archived-at: Thu, 22 Jun 2017 22:57:27 -0000 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/e0148917 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/e0148917 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/e0148917 Branch: refs/heads/master Commit: e0148917dbd2f4bb721450ebec5d7a8a684e03a2 Parents: af9e539 Author: Junkai Xue Authored: Mon Jun 12 11:51:38 2017 -0700 Committer: Junkai Xue Committed: Mon Jun 12 11:51:38 2017 -0700 ---------------------------------------------------------------------- helix-admin-webapp/pom.xml | 2 +- helix-agent/pom.xml | 2 +- helix-core/pom.xml | 2 +- pom.xml | 4 ++-- recipes/distributed-lock-manager/pom.xml | 2 +- recipes/pom.xml | 2 +- recipes/rabbitmq-consumer-group/pom.xml | 2 +- recipes/rsync-replicated-file-system/pom.xml | 2 +- recipes/service-discovery/pom.xml | 2 +- recipes/task-execution/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/helix-admin-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/helix-admin-webapp/pom.xml b/helix-admin-webapp/pom.xml index 30d4402..0f849d8 100644 --- a/helix-admin-webapp/pom.xml +++ b/helix-admin-webapp/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.6.8 + 0.6.9-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/helix-agent/pom.xml ---------------------------------------------------------------------- diff --git a/helix-agent/pom.xml b/helix-agent/pom.xml index b212af4..512784f 100644 --- a/helix-agent/pom.xml +++ b/helix-agent/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.helix helix - 0.6.8 + 0.6.9-SNAPSHOT helix-agent bundle http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/helix-core/pom.xml ---------------------------------------------------------------------- diff --git a/helix-core/pom.xml b/helix-core/pom.xml index 9e327f3..28e115b 100644 --- a/helix-core/pom.xml +++ b/helix-core/pom.xml @@ -21,7 +21,7 @@ under the License. org.apache.helix helix - 0.6.8 + 0.6.9-SNAPSHOT 4.0.0 http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c21fd74..5dff7fd 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ under the License. org.apache.helix helix - 0.6.8 + 0.6.9-SNAPSHOT pom Apache Helix @@ -202,7 +202,7 @@ under the License. scm:git:https://git-wip-us.apache.org/repos/asf/helix.git scm:git:https://git-wip-us.apache.org/repos/asf/helix.git https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary - helix-0.6.8 + HEAD jira http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/recipes/distributed-lock-manager/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/distributed-lock-manager/pom.xml b/recipes/distributed-lock-manager/pom.xml index a9c398f..cf1369b 100644 --- a/recipes/distributed-lock-manager/pom.xml +++ b/recipes/distributed-lock-manager/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.6.8 + 0.6.9-SNAPSHOT distributed-lock-manager http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/recipes/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/pom.xml b/recipes/pom.xml index 3bc2eb8..e1eb402 100644 --- a/recipes/pom.xml +++ b/recipes/pom.xml @@ -22,7 +22,7 @@ under the License. org.apache.helix helix - 0.6.8 + 0.6.9-SNAPSHOT org.apache.helix.recipes recipes http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/recipes/rabbitmq-consumer-group/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/rabbitmq-consumer-group/pom.xml b/recipes/rabbitmq-consumer-group/pom.xml index 9ba1b65..612075d 100644 --- a/recipes/rabbitmq-consumer-group/pom.xml +++ b/recipes/rabbitmq-consumer-group/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.helix.recipes recipes - 0.6.8 + 0.6.9-SNAPSHOT rabbitmq-consumer-group http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/recipes/rsync-replicated-file-system/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/rsync-replicated-file-system/pom.xml b/recipes/rsync-replicated-file-system/pom.xml index f39e6c5..facede2 100644 --- a/recipes/rsync-replicated-file-system/pom.xml +++ b/recipes/rsync-replicated-file-system/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.6.8 + 0.6.9-SNAPSHOT rsync-replicated-file-system http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/recipes/service-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/service-discovery/pom.xml b/recipes/service-discovery/pom.xml index f05def1..747d978 100644 --- a/recipes/service-discovery/pom.xml +++ b/recipes/service-discovery/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.6.8 + 0.6.9-SNAPSHOT service-discovery http://git-wip-us.apache.org/repos/asf/helix/blob/e0148917/recipes/task-execution/pom.xml ---------------------------------------------------------------------- diff --git a/recipes/task-execution/pom.xml b/recipes/task-execution/pom.xml index 372e530..4056363 100644 --- a/recipes/task-execution/pom.xml +++ b/recipes/task-execution/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.helix.recipes recipes - 0.6.8 + 0.6.9-SNAPSHOT task-execution