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/15 17:06:38 UTC

svn commit: r1735125 - in /zookeeper/branches/branch-3.4: CHANGES.txt src/contrib/build-contrib.xml

Author: phunt
Date: Tue Mar 15 16:06:38 2016
New Revision: 1735125

URL: http://svn.apache.org/viewvc?rev=1735125&view=rev
Log:
ZOOKEEPER-2385 Zookeeper trunk build is failing on windows (Arshad Mohammad via phunt)

Modified:
    zookeeper/branches/branch-3.4/CHANGES.txt
    zookeeper/branches/branch-3.4/src/contrib/build-contrib.xml

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1735125&r1=1735124&r2=1735125&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Tue Mar 15 16:06:38 2016
@@ -21,6 +21,9 @@ BUGFIXES:
   ZOOKEEPER-2283 traceFile property is not used in the ZooKeeper, it
   should be removed from documentation (Arshad Mohammad via phunt)
 
+  ZOOKEEPER-2385 Zookeeper trunk build is failing on windows
+  (Arshad Mohammad via phunt)
+
 Release 3.4.8 - 2016-02-05
 
 Backward compatible changes:

Modified: zookeeper/branches/branch-3.4/src/contrib/build-contrib.xml
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/contrib/build-contrib.xml?rev=1735125&r1=1735124&r2=1735125&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/contrib/build-contrib.xml (original)
+++ zookeeper/branches/branch-3.4/src/contrib/build-contrib.xml Tue Mar 15 16:06:38 2016
@@ -41,7 +41,7 @@
 
   <property name="build.encoding" value="ISO-8859-1"/>
 
-  <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" />