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/01/18 19:59:23 UTC

svn commit: r900513 - in /incubator/cassandra/branches/cassandra-0.5: build.xml interface/cassandra.thrift interface/gen-java/org/apache/cassandra/service/Constants.java pom.xml

Author: eevans
Date: Mon Jan 18 18:59:22 2010
New Revision: 900513

URL: http://svn.apache.org/viewvc?rev=900513&view=rev
Log:
update version information for 0.5.0 release

Modified:
    incubator/cassandra/branches/cassandra-0.5/build.xml
    incubator/cassandra/branches/cassandra-0.5/interface/cassandra.thrift
    incubator/cassandra/branches/cassandra-0.5/interface/gen-java/org/apache/cassandra/service/Constants.java
    incubator/cassandra/branches/cassandra-0.5/pom.xml

Modified: incubator/cassandra/branches/cassandra-0.5/build.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/build.xml?rev=900513&r1=900512&r2=900513&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/build.xml (original)
+++ incubator/cassandra/branches/cassandra-0.5/build.xml Mon Jan 18 18:59:22 2010
@@ -39,7 +39,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-rc3"/>
+    <property name="version" value="0.5.0"/>
     <property name="final.name" value="${ant.project.name}-${version}"/>
 
     <!-- http://cobertura.sourceforge.net/ -->

Modified: incubator/cassandra/branches/cassandra-0.5/interface/cassandra.thrift
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/interface/cassandra.thrift?rev=900513&r1=900512&r2=900513&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/interface/cassandra.thrift (original)
+++ incubator/cassandra/branches/cassandra-0.5/interface/cassandra.thrift Mon Jan 18 18:59:22 2010
@@ -40,7 +40,7 @@
 # no promises are made other than "if both are equal, you're good."
 # in particular, don't try to parse numeric information out and assume
 # that a "greater" version is a superset of a "smaller" one.
-const string VERSION = "0.5.0-rc3"
+const string VERSION = "0.5.0"
 
 
 #

Modified: incubator/cassandra/branches/cassandra-0.5/interface/gen-java/org/apache/cassandra/service/Constants.java
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/interface/gen-java/org/apache/cassandra/service/Constants.java?rev=900513&r1=900512&r2=900513&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/interface/gen-java/org/apache/cassandra/service/Constants.java (original)
+++ incubator/cassandra/branches/cassandra-0.5/interface/gen-java/org/apache/cassandra/service/Constants.java Mon Jan 18 18:59:22 2010
@@ -40,6 +40,6 @@
 
 public class Constants {
 
-  public static final String VERSION = "0.5.0-rc3";
+  public static final String VERSION = "0.5.0";
 
 }

Modified: incubator/cassandra/branches/cassandra-0.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cassandra/branches/cassandra-0.5/pom.xml?rev=900513&r1=900512&r2=900513&view=diff
==============================================================================
--- incubator/cassandra/branches/cassandra-0.5/pom.xml (original)
+++ incubator/cassandra/branches/cassandra-0.5/pom.xml Mon Jan 18 18:59:22 2010
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.cassandra</groupId>
   <artifactId>cassandra</artifactId>
-  <version>0.5</version>
+  <version>0.5.0</version>
   <packaging>jar</packaging>
   <name>Cassandra</name>
   <inceptionYear>2009</inceptionYear>