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:26 UTC

svn commit: r1733507 - /zookeeper/branches/branch-3.4/build.xml

Author: phunt
Date: Thu Mar  3 17:55:25 2016
New Revision: 1733507

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

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

Modified: zookeeper/branches/branch-3.4/build.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/build.xml?rev=1733507&r1=1733506&r2=1733507&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/build.xml (original)
+++ zookeeper/branches/branch-3.4/build.xml Thu Mar  3 17:55:25 2016
@@ -105,7 +105,7 @@ xmlns:maven="antlib:org.apache.maven.art
     <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" />