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 2010/02/23 17:48:25 UTC

svn commit: r915425 - /incubator/cassandra/branches/cassandra-0.6/build.xml

Author: eevans
Date: Tue Feb 23 16:48:24 2010
New Revision: 915425

URL: http://svn.apache.org/viewvc?rev=915425&view=rev
Log:
update version for upcoming release

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

Modified: incubator/cassandra/branches/cassandra-0.6/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.6/build.xml?rev=915425&r1=915424&r2=915425&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.6/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.6/build.xml Tue Feb 23 16:48:24 2010
@@ -42,7 +42,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.5.0"/>
+    <property name="version" value="0.6.0-beta1"/>
     <property name="final.name" value="${ant.project.name}-${version}"/>
     <property name="ivy.version" value="2.1.0" />
     <property name="ivy.url"