You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/03/18 22:52:48 UTC

kylin git commit: KYLIN-2489 upgrade zookeeper to 3.4.8

Repository: kylin
Updated Branches:
  refs/heads/master 086004848 -> 98664f0de


KYLIN-2489 upgrade zookeeper to 3.4.8


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

Branch: refs/heads/master
Commit: 98664f0decb0591ccc44692193145a1187201dfd
Parents: 0860048
Author: Li Yang <li...@apache.org>
Authored: Sun Mar 19 06:52:39 2017 +0800
Committer: Li Yang <li...@apache.org>
Committed: Sun Mar 19 06:52:39 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/98664f0d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 30506e5..9a56dde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
         <avatica.version>1.9.0</avatica.version>
 
         <!-- Hadoop Common deps, keep compatible with hadoop2.version -->
-        <zookeeper.version>3.4.6</zookeeper.version>
+        <zookeeper.version>3.4.8</zookeeper.version>
         <curator.version>2.7.1</curator.version>
         <jsr305.version>3.0.1</jsr305.version>
         <guava.version>14.0</guava.version>