You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/09/22 18:45:24 UTC

svn commit: r1174257 - /incubator/wookie/trunk/ant/ivy-common.xml

Author: psharples
Date: Thu Sep 22 16:45:24 2011
New Revision: 1174257

URL: http://svn.apache.org/viewvc?rev=1174257&view=rev
Log:
updated ivy to retrieve v2.2.0 - which supports pom templates

Modified:
    incubator/wookie/trunk/ant/ivy-common.xml

Modified: incubator/wookie/trunk/ant/ivy-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-common.xml?rev=1174257&r1=1174256&r2=1174257&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-common.xml Thu Sep 22 16:45:24 2011
@@ -19,7 +19,7 @@
 	<property file="${basedir}/local.build.properties" />
 	<property file="${ivy.repository.dir}/build.properties"/>
 	
-	<property name="ivy.install.version" value="2.1.0-rc2" />
+	<property name="ivy.install.version" value="2.2.0" />
     <condition property="ivy.home" value="${env.IVY_HOME}">
       <isset property="env.IVY_HOME" />
     </condition>