You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/06/10 07:02:41 UTC

[kylin] branch master updated: KYLIN-3093 Upgrade curator to 2.12

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 38b47c7  KYLIN-3093 Upgrade curator to 2.12
38b47c7 is described below

commit 38b47c7fce7159c62a59865db0edaa2554238d44
Author: shaofengshi <sh...@apache.org>
AuthorDate: Sun Jun 10 15:02:21 2018 +0800

    KYLIN-3093 Upgrade curator to 2.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 009a4ae..d72577b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
 
         <!-- Hadoop Common deps, keep compatible with hadoop2.version -->
         <zookeeper.version>3.4.12</zookeeper.version>
-        <curator.version>2.7.1</curator.version>
+        <curator.version>2.12.0</curator.version>
         <jsr305.version>3.0.1</jsr305.version>
         <guava.version>14.0</guava.version>
         <jsch.version>0.1.53</jsch.version>

-- 
To stop receiving notification emails like this one, please contact
shaofengshi@apache.org.