From: <bo...@us...> - 2013-09-16 10:52:47
|
Revision: 544 http://sourceforge.net/p/xmlunit/code/544 Author: bodewig Date: 2013-09-16 10:52:45 +0000 (Mon, 16 Sep 2013) Log Message: ----------- Modified Paths: -------------- tags/XMLUnit-Java-1.5/build.xml tags/XMLUnit-Java-1.5/src/site/index.html tags/XMLUnit-Java-1.5/src/user-guide/XMLUnit-Java.xml Added Paths: ----------- tags/XMLUnit-Java-1.5/ Modified: tags/XMLUnit-Java-1.5/build.xml =================================================================== --- branches/xmlunit-1.x/build.xml 2013-09-12 15:11:18 UTC (rev 543) +++ tags/XMLUnit-Java-1.5/build.xml 2013-09-16 10:52:45 UTC (rev 544) @@ -37,7 +37,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.5alpha"/> + <property name="xmlunit.version" value="1.5"/> <!-- some locations --> <property name="src.dir" value="src"/> Modified: tags/XMLUnit-Java-1.5/src/site/index.html =================================================================== --- branches/xmlunit-1.x/src/site/index.html 2013-09-12 15:11:18 UTC (rev 543) +++ tags/XMLUnit-Java-1.5/src/site/index.html 2013-09-16 10:52:45 UTC (rev 544) @@ -59,7 +59,7 @@ </tr> <tr> <td colspan="2"> - <p>The current stable release is XMLUnit 1.4, February 2013.</p> + <p>The current stable release is XMLUnit 1.5, September 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>) Modified: tags/XMLUnit-Java-1.5/src/user-guide/XMLUnit-Java.xml =================================================================== --- branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml 2013-09-12 15:11:18 UTC (rev 543) +++ tags/XMLUnit-Java-1.5/src/user-guide/XMLUnit-Java.xml 2013-09-16 10:52:45 UTC (rev 544) @@ -76,6 +76,11 @@ <date>February 2013</date> <revremark>Documentation for XMLUnit Java 1.4</revremark> </revision> + <revision> + <revnumber>1.5</revnumber> + <date>September 2013</date> + <revremark>Documentation for XMLUnit Java 1.5</revremark> + </revision> </revhistory> </articleinfo> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |