From: <bo...@us...> - 2014-12-14 18:56:40
|
Revision: 578 http://sourceforge.net/p/xmlunit/code/578 Author: bodewig Date: 2014-12-14 18:56:33 +0000 (Sun, 14 Dec 2014) Log Message: ----------- adapt POM to changed SCM locations Modified Paths: -------------- trunk/build.xml trunk/src/etc/xmlunit-ivy.xml trunk/src/etc/xmlunit.pom Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2014-12-14 18:51:15 UTC (rev 577) +++ trunk/build.xml 2014-12-14 18:56:33 UTC (rev 578) @@ -222,7 +222,7 @@ <filter token="DATE" value="${ivy.publication.datetime}"/> <filter token="DESCRIPTION" value="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."/> <filter token="LICENSE" value="BSD License"/> - <filter token="LICENSE_URL" value="http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt"/> + <filter token="LICENSE_URL" value="https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/LICENSE.txt"/> <filter token="GROUP" value="xmlunit"/> <filter token="ARTIFACT" value="xmlunit"/> <filter token="TYPE" value="jar"/> Modified: trunk/src/etc/xmlunit-ivy.xml =================================================================== --- trunk/src/etc/xmlunit-ivy.xml 2014-12-14 18:51:15 UTC (rev 577) +++ trunk/src/etc/xmlunit-ivy.xml 2014-12-14 18:56:33 UTC (rev 578) @@ -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 @@ -38,7 +38,7 @@ publication="@DATE@"> <license name="@LICENSE@" url="@LICENSE_URL@"/> - <description homepage="http://xmlunit.sourceforge.net/">@DESCRIPTION@</description> + <description homepage="http://www.xmlunit.org/">@DESCRIPTION@</description> </info> <publications> <artifact name="@ARTIFACT@" type="@TYPE@"/> Modified: trunk/src/etc/xmlunit.pom =================================================================== --- trunk/src/etc/xmlunit.pom 2014-12-14 18:51:15 UTC (rev 577) +++ trunk/src/etc/xmlunit.pom 2014-12-14 18:56:33 UTC (rev 578) @@ -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 @@ -46,7 +46,7 @@ <packaging>@TYPE@</packaging> <name>XMLUnit for Java</name> <version>@VERSION@</version> - <url>http://xmlunit.sourceforge.net/</url> + <url>http://www.xmlunit.org/</url> <description>@DESCRIPTION@</description> <licenses> <license> @@ -55,8 +55,8 @@ </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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |