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 2014/06/18 19:06:02 UTC

git commit: Upgrade to ant 1.9.4

Repository: ant-easyant-plugins
Updated Branches:
  refs/heads/master 9e2cdeb17 -> 2b7a54710


Upgrade to ant 1.9.4


Project: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/commit/2b7a5471
Tree: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/tree/2b7a5471
Diff: http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/diff/2b7a5471

Branch: refs/heads/master
Commit: 2b7a54710f40a8e320c15ff536df5c72fb348e39
Parents: 9e2cdeb
Author: Jean-Louis Boudart <je...@gmail.com>
Authored: Wed Jun 18 19:05:43 2014 +0200
Committer: Jean-Louis Boudart <je...@gmail.com>
Committed: Wed Jun 18 19:05:43 2014 +0200

----------------------------------------------------------------------
 abstract-test/module.ivy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-easyant-plugins/blob/2b7a5471/abstract-test/module.ivy
----------------------------------------------------------------------
diff --git a/abstract-test/module.ivy b/abstract-test/module.ivy
index 0f11d53..5dce7f3 100644
--- a/abstract-test/module.ivy
+++ b/abstract-test/module.ivy
@@ -37,7 +37,7 @@
         <artifact type="ant" />
     </publications>
     <dependencies>
-        <dependency org="org.apache.ant" name="ant-junit" rev="1.9.3" conf="default->master"/>
-        <dependency org="org.apache.ant" name="ant-junit4" rev="1.9.3" conf="default->master"/>
+        <dependency org="org.apache.ant" name="ant-junit" rev="1.9.4" conf="default->master"/>
+        <dependency org="org.apache.ant" name="ant-junit4" rev="1.9.4" conf="default->master"/>
     </dependencies>
 </ivy-module>