You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by dr...@apache.org on 2017/05/02 20:06:46 UTC

[38/50] curator git commit: correct version of ZK that has TTL nodes

correct version of ZK that has TTL nodes


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/e7d57ecc
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/e7d57ecc
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/e7d57ecc

Branch: refs/heads/master
Commit: e7d57eccfc756efb2cac83edf25da9d57f740553
Parents: 9654778
Author: randgalt <ra...@apache.org>
Authored: Mon Apr 3 10:33:56 2017 -0500
Committer: randgalt <ra...@apache.org>
Committed: Mon Apr 3 10:33:56 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/e7d57ecc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b086df0..4027ae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <jdk-version>1.7</jdk-version>
 
         <!-- versions -->
-        <zookeeper-version>3.6.0-SNAPSHOT</zookeeper-version>
+        <zookeeper-version>3.5.3-beta</zookeeper-version>
         <maven-project-info-reports-plugin-version>2.7</maven-project-info-reports-plugin-version>
         <maven-bundle-plugin-version>2.3.7</maven-bundle-plugin-version>
         <maven-javadoc-plugin-version>2.10.3</maven-javadoc-plugin-version>