You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2009/09/10 18:01:22 UTC

svn commit: r813486 - /incubator/cassandra/branches/cassandra-0.4/build.xml

Author: eevans
Date: Thu Sep 10 16:01:22 2009
New Revision: 813486

URL: http://svn.apache.org/viewvc?rev=813486&view=rev
Log:
updated ant version string to 0.4.0-rc2

Modified:
    incubator/cassandra/branches/cassandra-0.4/build.xml

Modified: incubator/cassandra/branches/cassandra-0.4/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.4/build.xml?rev=813486&r1=813485&r2=813486&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.4/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.4/build.xml Thu Sep 10 16:01:22 2009
@@ -37,7 +37,7 @@
     <property name="test.name" value="*Test"/>
     <property name="test.unit.src" value="${test.dir}/unit"/>
     <property name="dist.dir" value="${build.dir}/dist"/>
-    <property name="version" value="0.4.0-rc1"/>
+    <property name="version" value="0.4.0-rc2"/>
     <property name="final.name" value="${ant.project.name}-${version}"/>
 
     <!-- http://cobertura.sourceforge.net/ -->