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/02 17:50:35 UTC

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

Author: eevans
Date: Wed Sep  2 15:50:34 2009
New Revision: 810579

URL: http://svn.apache.org/viewvc?rev=810579&view=rev
Log:
updated ant version property for rc1 release

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=810579&r1=810578&r2=810579&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.4/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.4/build.xml Wed Sep  2 15:50:34 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-dev"/>
+    <property name="version" value="0.4.0-rc1"/>
     <property name="final.name" value="${ant.project.name}-${version}"/>
 
     <!-- http://cobertura.sourceforge.net/ -->