From: <bo...@us...> - 2013-02-07 05:24:53
|
Revision: 518 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=518&view=rev Author: bodewig Date: 2013-02-07 05:24:43 +0000 (Thu, 07 Feb 2013) Log Message: ----------- prepare for 1.4 release Modified Paths: -------------- branches/xmlunit-1.x/LICENSE.txt branches/xmlunit-1.x/build.xml branches/xmlunit-1.x/src/etc/xmlunit-ivy.xml branches/xmlunit-1.x/src/etc/xmlunit-maven-metadata.xml branches/xmlunit-1.x/src/etc/xmlunit.pom branches/xmlunit-1.x/src/site/index.html Modified: branches/xmlunit-1.x/LICENSE.txt =================================================================== --- branches/xmlunit-1.x/LICENSE.txt 2013-02-03 15:05:33 UTC (rev 517) +++ branches/xmlunit-1.x/LICENSE.txt 2013-02-07 05:24:43 UTC (rev 518) @@ -1,6 +1,6 @@ /* ****************************************************************** -Copyright (c) 2001-2009, Jeff Martin, Tim Bacon +Copyright (c) 2001-2013, Jeff Martin, Tim Bacon All rights reserved. Redistribution and use in source and binary forms, with or without Modified: branches/xmlunit-1.x/build.xml =================================================================== --- branches/xmlunit-1.x/build.xml 2013-02-03 15:05:33 UTC (rev 517) +++ branches/xmlunit-1.x/build.xml 2013-02-07 05:24:43 UTC (rev 518) @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -Copyright (c) 2001-2008, Jeff Martin, Tim Bacon +Copyright (c) 2001-2013, Jeff Martin, Tim Bacon All rights reserved. Redistribution and use in source and binary forms, with or without Modified: branches/xmlunit-1.x/src/etc/xmlunit-ivy.xml =================================================================== --- branches/xmlunit-1.x/src/etc/xmlunit-ivy.xml 2013-02-03 15:05:33 UTC (rev 517) +++ branches/xmlunit-1.x/src/etc/xmlunit-ivy.xml 2013-02-07 05:24:43 UTC (rev 518) @@ -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 Modified: branches/xmlunit-1.x/src/etc/xmlunit-maven-metadata.xml =================================================================== --- branches/xmlunit-1.x/src/etc/xmlunit-maven-metadata.xml 2013-02-03 15:05:33 UTC (rev 517) +++ branches/xmlunit-1.x/src/etc/xmlunit-maven-metadata.xml 2013-02-07 05:24:43 UTC (rev 518) @@ -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 @@ -41,6 +41,7 @@ <version>1.0</version> <version>1.1</version> <version>1.2</version> + <version>1.3</version> <version>@VERSION@</version> </versions> </versioning> Modified: branches/xmlunit-1.x/src/etc/xmlunit.pom =================================================================== --- branches/xmlunit-1.x/src/etc/xmlunit.pom 2013-02-03 15:05:33 UTC (rev 517) +++ branches/xmlunit-1.x/src/etc/xmlunit.pom 2013-02-07 05:24:43 UTC (rev 518) @@ -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 Modified: branches/xmlunit-1.x/src/site/index.html =================================================================== --- branches/xmlunit-1.x/src/site/index.html 2013-02-03 15:05:33 UTC (rev 517) +++ branches/xmlunit-1.x/src/site/index.html 2013-02-07 05:24:43 UTC (rev 518) @@ -59,9 +59,7 @@ </tr> <tr> <td colspan="2"> - <p>The current stable release is <a - href="http://sourceforge.net/project/showfiles.php?group_id=23187&package_id=15921&release_id=605991">XMLUnit - 1.2</a>, June 2008.</p> + <p>The current stable release is XMLUnit 1.4, February 2013.</p> <p>XMLUnit for Java provides two JUnit extension classes, <code>XMLAssert</code> and <code>XMLTestCase</code>, and a set of supporting classes (e.g. <code>Diff</code>, <code>DetailedDiff</code>,<code>Transform</code>,<code>SimpleXpathEngine</code>,<code>Validator</code>,<code>NodeTest</code>) @@ -104,8 +102,8 @@ <tr> <td colspan="2"> <p>The current release is <a - href="https://sourceforge.net/project/showfiles.php?group_id=23187&package_id=91308">XmlUnit -.Net 0.3.1</a>, February 2008</p> + href="https://sourceforge.net/projects/xmlunit/files/xmlunit%20for%20.Net/XMLUnit%20for%20.NET%200.4/">XmlUnit +.Net 0.4</a>, April 2009</p> <p>XMLUnit for .Net provides NUnit extension classes written in C#, e.g. <code>XmlAssertion</code> and <code>XmlDiff</code>, that allow assertions to be made about the differences between two pieces of XML, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |