You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2016/03/01 17:11:34 UTC

directory-kerby git commit: Updating Zookeeper

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 5c3287e93 -> a275dfb32


Updating Zookeeper


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

Branch: refs/heads/trunk
Commit: a275dfb323e1f7363b332848db6d3dbba287cf96
Parents: 5c3287e
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Mar 1 16:11:26 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Mar 1 16:11:26 2016 +0000

----------------------------------------------------------------------
 kerby-backend/zookeeper-backend/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a275dfb3/kerby-backend/zookeeper-backend/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-backend/zookeeper-backend/pom.xml b/kerby-backend/zookeeper-backend/pom.xml
index 960ed1c..15d647e 100644
--- a/kerby-backend/zookeeper-backend/pom.xml
+++ b/kerby-backend/zookeeper-backend/pom.xml
@@ -27,7 +27,7 @@
   <packaging>jar</packaging>
 
   <properties>
-    <zookeeper.version>3.4.6</zookeeper.version>
+    <zookeeper.version>3.4.8</zookeeper.version>
   </properties>
 
   <dependencies>