You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPECS-EXTENDED/xmlunit/xmlunit-1.6.pom
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0"?>
2
2
<!--
3
-
Copyright (c) 2007-2013, Jeff Martin, Tim Bacon
3
+
Copyright (c) 2007-2014, Jeff Martin, Tim Bacon
4
4
All rights reserved.
5
5
6
6
Redistribution and use in source and binary forms, with or without
@@ -45,18 +45,18 @@ POSSIBILITY OF SUCH DAMAGE.
45
45
<artifactId>xmlunit</artifactId>
46
46
<packaging>jar</packaging>
47
47
<name>XMLUnit for Java</name>
48
-
<version>1.5</version>
49
-
<url>http://xmlunit.sourceforge.net/</url>
48
+
<version>1.6</version>
49
+
<url>http://www.xmlunit.org/</url>
50
50
<description>XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.</description>
0 commit comments