From: <bo...@us...> - 2013-09-16 10:55:33
|
Revision: 545 http://sourceforge.net/p/xmlunit/code/545 Author: bodewig Date: 2013-09-16 10:55:30 +0000 (Mon, 16 Sep 2013) Log Message: ----------- bump version Modified Paths: -------------- branches/xmlunit-1.x/build.xml branches/xmlunit-1.x/src/site/index.html branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml Modified: branches/xmlunit-1.x/build.xml =================================================================== --- branches/xmlunit-1.x/build.xml 2013-09-16 10:52:45 UTC (rev 544) +++ branches/xmlunit-1.x/build.xml 2013-09-16 10:55:30 UTC (rev 545) @@ -37,7 +37,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.5alpha"/> + <property name="xmlunit.version" value="1.6alpha"/> <!-- some locations --> <property name="src.dir" value="src"/> Modified: branches/xmlunit-1.x/src/site/index.html =================================================================== --- branches/xmlunit-1.x/src/site/index.html 2013-09-16 10:52:45 UTC (rev 544) +++ branches/xmlunit-1.x/src/site/index.html 2013-09-16 10:55:30 UTC (rev 545) @@ -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: branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml =================================================================== --- branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml 2013-09-16 10:52:45 UTC (rev 544) +++ branches/xmlunit-1.x/src/user-guide/XMLUnit-Java.xml 2013-09-16 10:55:30 UTC (rev 545) @@ -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> @@ -3740,6 +3745,37 @@ </section> </section> + <section id="Changes 1.6"> + <title>Changes from XMLUnit 1.5 to 1.6</title> + + <section id="Breaking Changes 1.6"> + <title>Breaking Changes</title> + + <itemizedlist> + <listitem> + </listitem> + </itemizedlist> + </section> + + <section id="New Features 1.6"> + <title>New Features</title> + + <itemizedlist> + <listitem> + </listitem> + </itemizedlist> + </section> + + <section id="Bugfixes 1.6"> + <title>Important Bug Fixes</title> + + <itemizedlist> + <listitem> + </listitem> + </itemizedlist> + </section> + </section> + </appendix> </article> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |