From: <bo...@us...> - 2007-05-25 08:07:31
|
Revision: 214 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=214&view=rev Author: bodewig Date: 2007-05-25 01:07:33 -0700 (Fri, 25 May 2007) Log Message: ----------- More places where the version needs to be updated Modified Paths: -------------- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java trunk/xmlunit/src/site/index.html Modified: trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java =================================================================== --- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2007-05-25 04:06:03 UTC (rev 213) +++ trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2007-05-25 08:07:33 UTC (rev 214) @@ -470,7 +470,7 @@ * @return current version */ public static String getVersion() { - return "1.1beta2"; + return "1.1beta3"; } /** Modified: trunk/xmlunit/src/site/index.html =================================================================== --- trunk/xmlunit/src/site/index.html 2007-05-25 04:06:03 UTC (rev 213) +++ trunk/xmlunit/src/site/index.html 2007-05-25 08:07:33 UTC (rev 214) @@ -65,7 +65,7 @@ <p>The current stable release is <a href="http://sourceforge.net/project/showfiles.php?group_id=23187&release_id=155097">XMLUnit 1.0</a>, April 2003 (release notes are <a - href="http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/tags/v1_0/xmlunit/README.txt">here</a>), the latest release is XMLUnit 1.1 beta 1 released in April 2007. It can be downloaded from <a href="http://sourceforge.net/project/showfiles.php?group_id=23187">here</a>.</p> + href="http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/tags/v1_0/xmlunit/README.txt">here</a>), the latest release is XMLUnit 1.1 beta 2 released in May 2007. It can be downloaded from <a href="http://sourceforge.net/project/showfiles.php?group_id=23187">here</a>.</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>) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |