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 2015/02/06 20:33:21 UTC

[2/2] ant-easyant-core git commit: Upgrade junit

Upgrade junit


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

Branch: refs/heads/master
Commit: e1417410a8d75a3e94b1533a84700408396a445e
Parents: a0ab4ba
Author: Jean-Louis Boudart <je...@gmail.com>
Authored: Fri Feb 6 20:33:11 2015 +0100
Committer: Jean-Louis Boudart <je...@gmail.com>
Committed: Fri Feb 6 20:33:11 2015 +0100

----------------------------------------------------------------------
 module.ivy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-easyant-core/blob/e1417410/module.ivy
----------------------------------------------------------------------
diff --git a/module.ivy b/module.ivy
index a5b47f6..85b0c04 100644
--- a/module.ivy
+++ b/module.ivy
@@ -26,7 +26,7 @@
         <artifact name="easyant-core" type="jar" conf="default"/>
     </publications>
     <dependencies>
-        <dependency org="junit" name="junit" rev="4.11" conf="test->default"/>
+        <dependency org="junit" name="junit" rev="4.12" conf="test->default"/>
         <dependency org="org.apache.ant" name="ant" rev="1.9.4" conf="default->default"/>
         <dependency org="org.apache.ivy" name="ivy" rev="2.4.0" conf="default->default"/>
         <dependency org="ant-contrib" name="ant-contrib" rev="1.0b3" conf="default->default"/>