From: <bo...@us...> - 2007-04-19 03:59:30
|
Revision: 195 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=195&view=rev Author: bodewig Date: 2007-04-18 20:59:31 -0700 (Wed, 18 Apr 2007) Log Message: ----------- Tag XMLUnit for Java 1.1 beta 1 Modified Paths: -------------- tags/XMLUnit-Java-1.1-beta1/build.xml tags/XMLUnit-Java-1.1-beta1/src/java/org/custommonkey/xmlunit/XMLUnit.java Added Paths: ----------- tags/XMLUnit-Java-1.1-beta1/ Copied: tags/XMLUnit-Java-1.1-beta1 (from rev 194, trunk/xmlunit) Modified: tags/XMLUnit-Java-1.1-beta1/build.xml =================================================================== --- trunk/xmlunit/build.xml 2007-04-18 15:29:47 UTC (rev 194) +++ tags/XMLUnit-Java-1.1-beta1/build.xml 2007-04-19 03:59:31 UTC (rev 195) @@ -4,7 +4,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.1alpha"/> + <property name="xmlunit.version" value="1.1beta1"/> <!-- some locations --> <property name="src.dir" value="src"/> Modified: tags/XMLUnit-Java-1.1-beta1/src/java/org/custommonkey/xmlunit/XMLUnit.java =================================================================== --- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2007-04-18 15:29:47 UTC (rev 194) +++ tags/XMLUnit-Java-1.1-beta1/src/java/org/custommonkey/xmlunit/XMLUnit.java 2007-04-19 03:59:31 UTC (rev 195) @@ -469,7 +469,7 @@ * @return current version */ public static String getVersion() { - return "1.1alpha"; + return "1.1beta1"; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |