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 C20A5F0DB for ; Tue, 30 Apr 2013 21:28:20 +0000 (UTC) Received: (qmail 98544 invoked by uid 500); 30 Apr 2013 21:28:20 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 98522 invoked by uid 500); 30 Apr 2013 21:28:20 -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 98511 invoked by uid 99); 30 Apr 2013 21:28:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 21:28:20 +0000 X-ASF-Spam-Status: No, hits=-2002.4 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; Tue, 30 Apr 2013 21:28:17 +0000 Received: (qmail 97107 invoked by uid 99); 30 Apr 2013 21:27:55 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 21:27:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4C263884933; Tue, 30 Apr 2013 21:27:55 +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: <4a29b69724244290b623ae6316124baa@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [maven-release-plugin] prepare release apache-curator-2.0.0-incubating Date: Tue, 30 Apr 2013 21:27:55 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master 62d017e8a -> 734913cd5 [maven-release-plugin] prepare release apache-curator-2.0.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/734913cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/734913cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/734913cd Branch: refs/heads/master Commit: 734913cd5a258c7a9bbfdeab7ece9adfa975e96c Parents: 62d017e Author: randgalt Authored: Tue Apr 30 14:27:53 2013 -0700 Committer: randgalt Committed: Tue Apr 30 14:27:53 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/734913cd/curator-client/pom.xml ---------------------------------------------------------------------- diff --git a/curator-client/pom.xml b/curator-client/pom.xml index c3d463a..f847e0a 100644 --- a/curator-client/pom.xml +++ b/curator-client/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-client - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating Curator Client Low-level API http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/734913cd/curator-examples/pom.xml ---------------------------------------------------------------------- diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml index 92e3f0f..275a540 100644 --- a/curator-examples/pom.xml +++ b/curator-examples/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-examples - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating Curator Examples Example usages of various Curator features. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/734913cd/curator-framework/pom.xml ---------------------------------------------------------------------- diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml index 7313a77..56cde52 100644 --- a/curator-framework/pom.xml +++ b/curator-framework/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-framework - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating Curator Framework High-level API that greatly simplifies using ZooKeeper. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/734913cd/curator-recipes/pom.xml ---------------------------------------------------------------------- diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml index fa16d44..573041c 100644 --- a/curator-recipes/pom.xml +++ b/curator-recipes/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-recipes - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating 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/734913cd/curator-test/pom.xml ---------------------------------------------------------------------- diff --git a/curator-test/pom.xml b/curator-test/pom.xml index 56eefe3..1d7ab45 100644 --- a/curator-test/pom.xml +++ b/curator-test/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-test - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating Curator Testing Unit testing utilities. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/734913cd/curator-x-discovery-server/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/pom.xml b/curator-x-discovery-server/pom.xml index c6ea85a..0806d6f 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.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-x-discovery-server - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating 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/734913cd/curator-x-discovery/pom.xml ---------------------------------------------------------------------- diff --git a/curator-x-discovery/pom.xml b/curator-x-discovery/pom.xml index d32afca..bfbc0eb 100644 --- a/curator-x-discovery/pom.xml +++ b/curator-x-discovery/pom.xml @@ -24,12 +24,12 @@ org.apache.curator apache-curator - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-x-discovery - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating Curator Service Discovery A service discovery recipe. http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/734913cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8724411..64b2a72 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.curator apache-curator - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating 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 - HEAD + apache-curator-2.0.0-incubating @@ -218,37 +218,37 @@ org.apache.curator curator-client - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-framework - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-recipes - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-test - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-x-discovery - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating org.apache.curator curator-x-discovery-server - 2.0.0-incubating-SNAPSHOT + 2.0.0-incubating