From: <bo...@us...> - 2008-06-10 09:22:49
|
Revision: 272 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=272&view=rev Author: bodewig Date: 2008-06-10 02:22:52 -0700 (Tue, 10 Jun 2008) Log Message: ----------- fix version Modified Paths: -------------- trunk/xmlunit/build.xml trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java Modified: trunk/xmlunit/build.xml =================================================================== --- trunk/xmlunit/build.xml 2008-06-10 09:18:42 UTC (rev 271) +++ trunk/xmlunit/build.xml 2008-06-10 09:22:52 UTC (rev 272) @@ -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: trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java =================================================================== --- trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2008-06-10 09:18:42 UTC (rev 271) +++ trunk/xmlunit/src/java/org/custommonkey/xmlunit/XMLUnit.java 2008-06-10 09:22:52 UTC (rev 272) @@ -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. |