From: <bo...@us...> - 2009-09-21 19:39:08
|
Revision: 358 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=358&view=rev Author: bodewig Date: 2009-09-21 19:39:02 +0000 (Mon, 21 Sep 2009) Log Message: ----------- bump version Modified Paths: -------------- branches/xmlunit-1.x/LICENSE.txt branches/xmlunit-1.x/build.xml Modified: branches/xmlunit-1.x/LICENSE.txt =================================================================== --- branches/xmlunit-1.x/LICENSE.txt 2009-09-21 19:37:43 UTC (rev 357) +++ branches/xmlunit-1.x/LICENSE.txt 2009-09-21 19:39:02 UTC (rev 358) @@ -1,6 +1,6 @@ /* ****************************************************************** -Copyright (c) 2001-2007, Jeff Martin, Tim Bacon +Copyright (c) 2001-2009, Jeff Martin, Tim Bacon All rights reserved. Redistribution and use in source and binary forms, with or without Modified: branches/xmlunit-1.x/build.xml =================================================================== --- branches/xmlunit-1.x/build.xml 2009-09-21 19:37:43 UTC (rev 357) +++ branches/xmlunit-1.x/build.xml 2009-09-21 19:39:02 UTC (rev 358) @@ -37,7 +37,7 @@ <property file="build.properties"/> <!-- Version --> - <property name="xmlunit.version" value="1.3alpha"/> + <property name="xmlunit.version" value="1.4alpha"/> <!-- some locations --> <property name="src.dir" value="src"/> @@ -264,7 +264,7 @@ </target> <target name="dist" - depends="clean,bindist,srcdist,compile-userguide-examples" + depends="bindist,srcdist,compile-userguide-examples" description="creates the distribution files"> <checksum algorithm="md5"> <fileset dir="${dist.dir}"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |