[pkg-java] r17267 - trunk/xmlunit/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Sep 23 21:58:37 UTC 2013
Author: ebourg-guest
Date: 2013-09-23 21:58:37 +0000 (Mon, 23 Sep 2013)
New Revision: 17267
Modified:
trunk/xmlunit/debian/changelog
trunk/xmlunit/debian/pom.xml
trunk/xmlunit/debian/rules
Log:
New upstream release (1.5)
Updated debian/pom.xml
debian/rules: Updated the get-orig-pom target to fetch the pom from Maven central
Modified: trunk/xmlunit/debian/changelog
===================================================================
--- trunk/xmlunit/debian/changelog 2013-09-23 20:57:05 UTC (rev 17266)
+++ trunk/xmlunit/debian/changelog 2013-09-23 21:58:37 UTC (rev 17267)
@@ -1,6 +1,14 @@
+xmlunit (1.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Updated debian/pom.xml
+ * debian/rules: Updated the get-orig-pom target to fetch the pom
+ from Maven central
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 23 Sep 2013 23:25:54 +0200
+
xmlunit (1.4-1) unstable; urgency=low
- * Team upload.
* New upstream release
* Refreshed the patches
* Updated Standards-Version to 3.9.4 (no changes)
Modified: trunk/xmlunit/debian/pom.xml
===================================================================
--- trunk/xmlunit/debian/pom.xml 2013-09-23 20:57:05 UTC (rev 17266)
+++ trunk/xmlunit/debian/pom.xml 2013-09-23 21:58:37 UTC (rev 17267)
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
-Copyright (c) 2007-2008, Jeff Martin, Tim Bacon
+Copyright (c) 2007-2013, Jeff Martin, Tim Bacon
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,7 @@
<artifactId>xmlunit</artifactId>
<packaging>jar</packaging>
<name>XMLUnit for Java</name>
- <version>1.3</version>
+ <version>1.5</version>
<url>http://xmlunit.sourceforge.net/</url>
<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>
<licenses>
@@ -56,6 +56,7 @@
</licenses>
<scm>
<url>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</url>
+ <connection>scm:svn:https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/branches/xmlunit-1.x</connection>
</scm>
<dependencies>
<dependency>
@@ -65,4 +66,13 @@
<optional>true</optional>
</dependency>
</dependencies>
+ <!-- Personally I'm not fond of the developers section but Sonatype's OSSRH
+ requires it -->
+ <developers>
+ <developer>
+ <id>bodewig</id>
+ <name>Stefan Bodewig</name>
+ <email>stefan.bodewig at freenet dot de</email>
+ </developer>
+ </developers>
</project>
Modified: trunk/xmlunit/debian/rules
===================================================================
--- trunk/xmlunit/debian/rules 2013-09-23 20:57:05 UTC (rev 17266)
+++ trunk/xmlunit/debian/rules 2013-09-23 21:58:37 UTC (rev 17267)
@@ -24,5 +24,5 @@
mh_clean
get-orig-pom:
- wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/xmlunit/xmlunit/$(VERSION)/xmlunit-$(VERSION).pom
+ wget -O debian/pom.xml http://repo1.maven.org/maven2/xmlunit/xmlunit/$(VERSION)/xmlunit-$(VERSION).pom
More information about the pkg-java-commits
mailing list