This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xmlunit.
commit b4ec8bbf03ec0e9e0250b874e770947cf808fe4b Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 29 11:56:02 2015 +0200 Updated debian/pom.xml --- debian/changelog | 1 + debian/pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 63d48d0..4821d9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xmlunit (1.6-1) UNRELEASED; urgency=medium * New upstream release + * Updated debian/pom.xml * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git * Switch to debhelper level 9 diff --git a/debian/pom.xml b/debian/pom.xml index bbd6adc..e0ccca7 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -Copyright (c) 2007-2013, Jeff Martin, Tim Bacon +Copyright (c) 2007-2014, Jeff Martin, Tim Bacon All rights reserved. Redistribution and use in source and binary forms, with or without @@ -45,18 +45,18 @@ POSSIBILITY OF SUCH DAMAGE. <artifactId>xmlunit</artifactId> <packaging>jar</packaging> <name>XMLUnit for Java</name> - <version>1.5</version> - <url>http://xmlunit.sourceforge.net/</url> + <version>1.6</version> + <url>http://www.xmlunit.org/</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> <license> <name>BSD License</name> - <url>http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt</url> + <url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/LICENSE.txt</url> </license> </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> + <url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/</url> + <connection>scm:svn:https://svn.code.sf.net/p/xmlunit/code/trunk</connection> </scm> <dependencies> <dependency> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xmlunit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

