From: <bo...@us...> - 2007-06-27 11:44:21
|
Revision: 220 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=220&view=rev Author: bodewig Date: 2007-06-27 04:44:23 -0700 (Wed, 27 Jun 2007) Log Message: ----------- Tag XMLUnit-Java 1.1 Modified Paths: -------------- tags/XMLUnit-Java-1.1/build.xml tags/XMLUnit-Java-1.1/src/java/org/custommonkey/xmlunit/XMLUnit.java Added Paths: ----------- tags/XMLUnit-Java-1.1/ Copied: tags/XMLUnit-Java-1.1 (from rev 219, trunk/xmlunit) Modified: tags/XMLUnit-Java-1.1/build.xml =================================================================== --- trunk/xmlunit/build.xml 2007-06-27 06:50:33 UTC (rev 219) +++ tags/XMLUnit-Java-1.1/build.xml 2007-06-27 11:44:23 UTC (rev 220) @@ -4,7 +4,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.1beta3"/> + <property name="xmlunit.version" value="1.1"/> <!-- some locations --> <property name="src.dir" value="src"/> Modified: tags/XMLUnit-Java-1.1/src/java/org/custommonkey/xmlunit/XMLUnit.java =================================================================== --- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2007-06-27 06:50:33 UTC (rev 219) +++ tags/XMLUnit-Java-1.1/src/java/org/custommonkey/xmlunit/XMLUnit.java 2007-06-27 11:44:23 UTC (rev 220) @@ -477,7 +477,7 @@ * @return current version */ public static String getVersion() { - return "1.1beta3"; + return "1.1"; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |