You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2013/01/28 07:10:14 UTC

svn commit: r1439277 - /incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy

Author: jlboudart
Date: Mon Jan 28 07:10:13 2013
New Revision: 1439277

URL: http://svn.apache.org/viewvc?rev=1439277&view=rev
Log:
switch to ivy 2.3.0

Modified:
    incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy

Modified: incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy
URL: http://svn.apache.org/viewvc/incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy?rev=1439277&r1=1439276&r2=1439277&view=diff
==============================================================================
--- incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy (original)
+++ incubator/easyant/tasks/trunk/mavenivy-adapters/module.ivy Mon Jan 28 07:10:13 2013
@@ -30,9 +30,9 @@
         <dependency org="org.apache.maven" name="maven-ant-tasks" rev="2.1.0" conf="default->default">
             <exclude org="ant" module="ant" />
         </dependency>
-        <dependency org="org.apache.ivy" name="ivy" rev="2.1.0" conf="provided->default" />
+        <dependency org="org.apache.ivy" name="ivy" rev="2.3.0" conf="provided->default" />
         <dependency org="junit" name="junit" rev="4.4" conf="test->default" />
         <dependency org="org.apache.ant" name="ant" rev="1.8.4" conf="provided->default" />
         <dependency org="org.apache.ant" name="ant-testutil" rev="1.8.4" conf="test->default" transitive="false" />
     </dependencies>
-</ivy-module>
\ No newline at end of file
+</ivy-module>