You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2016/03/03 18:55:08 UTC

svn commit: r1733506 - /zookeeper/branches/branch-3.5/build.xml

Author: phunt
Date: Thu Mar  3 17:55:08 2016
New Revision: 1733506

URL: http://svn.apache.org/viewvc?rev=1733506&view=rev
Log:
ZOOKEEPER-2378 upgrade ivy to recent version (phunt)

Modified:
    zookeeper/branches/branch-3.5/build.xml

Modified: zookeeper/branches/branch-3.5/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/build.xml?rev=1733506&r1=1733505&r2=1733506&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/build.xml (original)
+++ zookeeper/branches/branch-3.5/build.xml Thu Mar  3 17:55:08 2016
@@ -111,7 +111,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.ch
     <property name="contrib.dir" value="${src.dir}/contrib"/>
     <property name="recipes.dir" value="${src.dir}/recipes"/>
 
-    <property name="ivy.version" value="2.2.0"/>
+    <property name="ivy.version" value="2.4.0"/>
     <property name="ivy.url"
               value="http://repo2.maven.org/maven2/org/apache/ivy/ivy" />
     <property name="ivy.home" value="${user.home}/.ant" />