You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jl...@apache.org on 2013/05/22 12:39:06 UTC

svn commit: r1485142 - /ant/easyant/plugins/trunk/abstract-test/module.ivy

Author: jlboudart
Date: Wed May 22 10:39:05 2013
New Revision: 1485142

URL: http://svn.apache.org/r1485142
Log:
Upgrade to ant-junit 1.9.1

Modified:
    ant/easyant/plugins/trunk/abstract-test/module.ivy

Modified: ant/easyant/plugins/trunk/abstract-test/module.ivy
URL: http://svn.apache.org/viewvc/ant/easyant/plugins/trunk/abstract-test/module.ivy?rev=1485142&r1=1485141&r2=1485142&view=diff
==============================================================================
--- ant/easyant/plugins/trunk/abstract-test/module.ivy (original)
+++ ant/easyant/plugins/trunk/abstract-test/module.ivy Wed May 22 10:39:05 2013
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <ivy-module version="2.0" xmlns:ea="http://www.easyant.org">
-    <info organisation="org.apache.easyant.plugins" module="abstract-test" revision="0.9">
+    <info organisation="org.apache.easyant.plugins" module="abstract-test" revision="0.10">
         <extends organisation="org.apache.easyant.plugins" module="parent-plugin" revision="0.1" location="../parent.ivy" />
         <description>
             This module provides tests compilation feature.
@@ -37,6 +37,7 @@
         <artifact type="ant" />
     </publications>
     <dependencies>
-        <dependency org="org.apache.ant" name="ant-junit" rev="1.8.4" conf="default->master"/>
+        <dependency org="org.apache.ant" name="ant-junit" rev="1.9.1" conf="default->master"/>
+        <dependency org="org.apache.ant" name="ant-junit4" rev="1.9.1" conf="default->master"/>
     </dependencies>
 </ivy-module>