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/11/20 02:27:56 UTC

svn commit: r882378 - in /incubator/cassandra/branches/cassandra-0.5.0-beta1: ./ build.xml

Author: eevans
Date: Fri Nov 20 01:27:55 2009
New Revision: 882378

URL: http://svn.apache.org/viewvc?rev=882378&view=rev
Log:
tag 0.5.0-beta1

Added:
    incubator/cassandra/branches/cassandra-0.5.0-beta1/
      - copied from r882377, incubator/cassandra/trunk/
Modified:
    incubator/cassandra/branches/cassandra-0.5.0-beta1/build.xml

Modified: incubator/cassandra/branches/cassandra-0.5.0-beta1/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5.0-beta1/build.xml?rev=882378&r1=882377&r2=882378&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5.0-beta1/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.5.0-beta1/build.xml Fri Nov 20 01:27:55 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.2"/>
+    <property name="version" value="0.5.0-beta1"/>
     <property name="final.name" value="${ant.project.name}-${version}"/>
 
     <!-- http://cobertura.sourceforge.net/ -->