From: <bo...@us...> - 2008-06-10 09:24:04
|
Revision: 273 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=273&view=rev Author: bodewig Date: 2008-06-10 02:23:58 -0700 (Tue, 10 Jun 2008) Log Message: ----------- fix version in tag Modified Paths: -------------- tags/XMLUnit-Java-1.2/build.xml tags/XMLUnit-Java-1.2/src/java/org/custommonkey/xmlunit/XMLUnit.java Modified: tags/XMLUnit-Java-1.2/build.xml =================================================================== --- tags/XMLUnit-Java-1.2/build.xml 2008-06-10 09:22:52 UTC (rev 272) +++ tags/XMLUnit-Java-1.2/build.xml 2008-06-10 09:23:58 UTC (rev 273) @@ -37,7 +37,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.2alpha"/> + <property name="xmlunit.version" value="1.2"/> <!-- some locations --> <property name="src.dir" value="src"/> Modified: tags/XMLUnit-Java-1.2/src/java/org/custommonkey/xmlunit/XMLUnit.java =================================================================== --- tags/XMLUnit-Java-1.2/src/java/org/custommonkey/xmlunit/XMLUnit.java 2008-06-10 09:22:52 UTC (rev 272) +++ tags/XMLUnit-Java-1.2/src/java/org/custommonkey/xmlunit/XMLUnit.java 2008-06-10 09:23:58 UTC (rev 273) @@ -558,7 +558,7 @@ * @return current version */ public static String getVersion() { - return "1.2alpha"; + return "1.2"; } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |