Repository: helix
Updated Branches:
  refs/heads/master ae3ee841d -> 01f13c9ba


[HELIX-658] Bump Zookeeper version to 3.4.9.


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

Branch: refs/heads/master
Commit: 01f13c9baebc1927b7552f459dc8e09876beac89
Parents: ae3ee84
Author: Lei Xia <[email protected]>
Authored: Fri Jun 9 13:55:34 2017 -0700
Committer: Lei Xia <[email protected]>
Committed: Fri Jun 9 13:58:36 2017 -0700

----------------------------------------------------------------------
 helix-core/helix-core-0.7.2-SNAPSHOT.ivy | 2 +-
 helix-core/pom.xml                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/01f13c9b/helix-core/helix-core-0.7.2-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-core/helix-core-0.7.2-SNAPSHOT.ivy 
b/helix-core/helix-core-0.7.2-SNAPSHOT.ivy
index 0a366cd..cd4d5c9 100644
--- a/helix-core/helix-core-0.7.2-SNAPSHOT.ivy
+++ b/helix-core/helix-core-0.7.2-SNAPSHOT.ivy
@@ -47,7 +47,7 @@ under the License.
        
        <dependencies>
     <dependency org="log4j" name="log4j" rev="1.2.15" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.4" 
conf="compile->compile(default);runtime->runtime(default);default->default"/> 
+    <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.9" 
conf="compile->compile(default);runtime->runtime(default);default->default"/> 
     <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" 
rev="1.8.5" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="commons-io" name="commons-io" rev="2.2" 
conf="compile->compile(default);runtime->runtime(default);default->default"/>

http://git-wip-us.apache.org/repos/asf/helix/blob/01f13c9b/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index dbaa9c9..6c38985 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -43,7 +43,7 @@ under the License.
       org.apache.zookeeper.server.persistence*;resolution:=optional,
       org.apache.zookeeper.server.util*;resolution:=optional,
       org.apache.zookeeper.txn*;resolution:=optional,
-      org.apache.zookeeper*;version="[3.3,4)",
+      org.apache.zookeeper*;version="[3.4,4)",
       org.codehaus.jackson*;version="[1.8,2)",
       *
     </osgi.import>
@@ -80,7 +80,7 @@ under the License.
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
       <artifactId>zookeeper</artifactId>
-      <version>3.3.4</version>
+      <version>3.4.9</version>
       <exclusions>
         <exclusion>
           <groupId>junit</groupId>

Reply via email to