Codebase list xmlunit / b4ec8bb
Updated debian/pom.xml Emmanuel Bourg 8 years ago
2 changed file(s) with 7 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 xmlunit (1.6-1) UNRELEASED; urgency=medium
11
22 * New upstream release
3 * Updated debian/pom.xml
34 * Standards-Version updated to 3.9.6 (no changes)
45 * Moved the package to Git
56 * Switch to debhelper level 9
00 <?xml version="1.0"?>
11 <!--
2 Copyright (c) 2007-2013, Jeff Martin, Tim Bacon
2 Copyright (c) 2007-2014, Jeff Martin, Tim Bacon
33 All rights reserved.
44
55 Redistribution and use in source and binary forms, with or without
4444 <artifactId>xmlunit</artifactId>
4545 <packaging>jar</packaging>
4646 <name>XMLUnit for Java</name>
47 <version>1.5</version>
48 <url>http://xmlunit.sourceforge.net/</url>
47 <version>1.6</version>
48 <url>http://www.xmlunit.org/</url>
4949 <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>
5050 <licenses>
5151 <license>
5252 <name>BSD License</name>
53 <url>http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt</url>
53 <url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/LICENSE.txt</url>
5454 </license>
5555 </licenses>
5656 <scm>
57 <url>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</url>
58 <connection>scm:svn:https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/branches/xmlunit-1.x</connection>
57 <url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/</url>
58 <connection>scm:svn:https://svn.code.sf.net/p/xmlunit/code/trunk</connection>
5959 </scm>
6060 <dependencies>
6161 <dependency>