You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/12/31 18:09:41 UTC

ant-ivy git commit: upgrade to latest XMLUnit

Repository: ant-ivy
Updated Branches:
  refs/heads/master 03542311e -> a42d2dccf


upgrade to latest XMLUnit


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

Branch: refs/heads/master
Commit: a42d2dccf085bbd7539a8e5939487a40bdaef78b
Parents: 0354231
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Dec 31 18:09:17 2014 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Dec 31 18:09:17 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/a42d2dcc/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy.xml b/ivy.xml
index 9351517..552f3e7 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -62,7 +62,7 @@
 		<dependency org="org.apache.ant" name="ant-testutil" rev="1.7.0" conf="test->default" transitive="false" />
         <dependency org="ant" name="ant-launcher" rev="1.6.2" conf="test->default" transitive="false"/>
         <dependency org="ant-contrib" name="ant-contrib" rev="1.0b3" conf="test->default" transitive="false"/>
-        <dependency org="xmlunit" name="xmlunit" rev="1.5" conf="test->default" transitive="false"/>
+        <dependency org="xmlunit" name="xmlunit" rev="1.6" conf="test->default" transitive="false"/>
 		
 		<!-- This dependency is necessary for having validation in junit tests when running with JDK1.4 -->
 		<dependency org="xerces" name="xercesImpl" rev="2.6.2" conf="test->default" />