Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-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 BCD9FF8FD for ; Mon, 22 Apr 2013 17:46:42 +0000 (UTC) Received: (qmail 43971 invoked by uid 500); 22 Apr 2013 17:46:42 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 43825 invoked by uid 500); 22 Apr 2013 17:46:42 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 43807 invoked by uid 99); 22 Apr 2013 17:46:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 17:46:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 22 Apr 2013 17:46:40 +0000 Received: (qmail 42969 invoked by uid 99); 22 Apr 2013 17:46:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 17:46:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9AE0E81D91F; Mon, 22 Apr 2013 17:46:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.incubator.apache.org Message-Id: <44290bc2357345d3b61377779a665fe6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [maven-release-plugin] prepare for next development iteration Date: Mon, 22 Apr 2013 17:46:20 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 74975f2b8 -> 1df5fd0ce [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/1df5fd0c Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/1df5fd0c Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/1df5fd0c Branch: refs/heads/master Commit: 1df5fd0ce5553270b3dcb42b5d2026eaadfffa5d Parents: 74975f2 Author: randgalt Authored: Mon Apr 22 10:46:18 2013 -0700 Committer: randgalt Committed: Mon Apr 22 10:46:18 2013 -0700 ---------------------------------------------------------------------- curator-client/pom.xml | 4 ++-- curator-examples/pom.xml | 4 ++-- curator-framework/pom.xml | 4 ++-- curator-recipes/pom.xml | 4 ++-- curator-test/pom.xml | 4 ++-- curator-x-discovery-server/pom.xml | 4 ++-- curator-x-discovery/pom.xml | 4 ++-- pom.xml | 16 ++++++++-------- 8 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/curator-client/pom.xml ---------------------------------------------------------------------- diff --git a/curator-client/pom.xml b/curator-client/pom.xml index 90b88dc..f10d083 100644 --- a/curator-client/pom.xml +++ b/curator-client/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-client - 2.0.1 + 2.0.2-SNAPSHOT Curator Client Low-level API http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/curator-examples/pom.xml ---------------------------------------------------------------------- diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml index 695c6b7..1cc0865 100644 --- a/curator-examples/pom.xml +++ b/curator-examples/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-examples - 2.0.1 + 2.0.2-SNAPSHOT Curator Examples Example usages of various Curator features. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/curator-framework/pom.xml ---------------------------------------------------------------------- diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml index ba7f574..a71b993 100644 --- a/curator-framework/pom.xml +++ b/curator-framework/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-framework - 2.0.1 + 2.0.2-SNAPSHOT Curator Framework High-level API that greatly simplifies using ZooKeeper. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/curator-recipes/pom.xml ---------------------------------------------------------------------- diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml index 44ea24a..4c35fab 100644 --- a/curator-recipes/pom.xml +++ b/curator-recipes/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-recipes - 2.0.1 + 2.0.2-SNAPSHOT Curator Recipes All of the recipes listed on the ZooKeeper recipes doc (except two phase commit). http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/curator-test/pom.xml ---------------------------------------------------------------------- diff --git a/curator-test/pom.xml b/curator-test/pom.xml index 454dd74..bc7eff4 100644 --- a/curator-test/pom.xml +++ b/curator-test/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-test - 2.0.1 + 2.0.2-SNAPSHOT Curator Testing Unit testing utilities. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/curator-x-discovery-server/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/pom.xml b/curator-x-discovery-server/pom.xml index 0ae3fa3..b46ae26 100644 --- a/curator-x-discovery-server/pom.xml +++ b/curator-x-discovery-server/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-x-discovery-server - 2.0.1 + 2.0.2-SNAPSHOT Curator Service Discovery Server Bridges non-Java or legacy applications with the Curator Service Discovery. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/curator-x-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml index e00d11a..f4b189e 100644 --- a/curator-x-discovery/pom.xml +++ b/curator-x-discovery/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-x-discovery - 2.0.1 + 2.0.2-SNAPSHOT Curator Service Discovery A service discovery recipe. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/1df5fd0c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a9f6578..6e4fb20 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.curator apache-curator - 2.0.1 + 2.0.2-SNAPSHOT pom Apache Curator @@ -62,7 +62,7 @@ https://git-wip-us.apache.org/repos/asf?p=incubator-curator.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-curator.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-curator.git - apache-curator-2.0.1 + HEAD @@ -218,37 +218,37 @@ org.apache.curator curator-client - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-framework - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-recipes - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-test - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-x-discovery - 2.0.1 + 2.0.2-SNAPSHOT org.apache.curator curator-x-discovery-server - 2.0.1 + 2.0.2-SNAPSHOT