Codebase list xmlunit / b18cab5
New upstream release (1.5) Updated debian/pom.xml debian/rules: Updated the get-orig-pom target to fetch the pom from Maven central Emmanuel Bourg 10 years ago
3 changed file(s) with 22 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 xmlunit (1.5-1) unstable; urgency=low
1
2 * New upstream release
3 * Updated debian/pom.xml
4 * debian/rules: Updated the get-orig-pom target to fetch the pom
5 from Maven central
6
7 -- Emmanuel Bourg <ebourg@apache.org> Mon, 23 Sep 2013 23:25:54 +0200
8
09 xmlunit (1.4-1) unstable; urgency=low
110
2 * Team upload.
311 * New upstream release
412 * Refreshed the patches
513 * Updated Standards-Version to 3.9.4 (no changes)
00 <?xml version="1.0"?>
11 <!--
2 Copyright (c) 2007-2008, Jeff Martin, Tim Bacon
2 Copyright (c) 2007-2013, 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.3</version>
47 <version>1.5</version>
4848 <url>http://xmlunit.sourceforge.net/</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>
5555 </licenses>
5656 <scm>
5757 <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>
5859 </scm>
5960 <dependencies>
6061 <dependency>
6465 <optional>true</optional>
6566 </dependency>
6667 </dependencies>
68 <!-- Personally I'm not fond of the developers section but Sonatype's OSSRH
69 requires it -->
70 <developers>
71 <developer>
72 <id>bodewig</id>
73 <name>Stefan Bodewig</name>
74 <email>stefan.bodewig@freenet dot de</email>
75 </developer>
76 </developers>
6777 </project>
2323 mh_clean
2424
2525 get-orig-pom:
26 wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/xmlunit/xmlunit/$(VERSION)/xmlunit-$(VERSION).pom
26 wget -O debian/pom.xml http://repo1.maven.org/maven2/xmlunit/xmlunit/$(VERSION)/xmlunit-$(VERSION).pom
2727