update versioning for 0.7 rc3 release

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1051697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2010-12-21 23:36:12 +00:00
parent 9f79f8bde1
commit d1f8de71d9
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
dev
0.7.0-rc3
* expose getNaturalEndpoints in StorageServiceMBean taking byte[]
key; RMI cannot serialize ByteBuffer (CASSANDRA-1833)
* infer org.apache.cassandra.locator for replication strategy classes

View File

@ -47,7 +47,7 @@
<property name="test.unit.src" value="${test.dir}/unit"/>
<property name="test.long.src" value="${test.dir}/long"/>
<property name="dist.dir" value="${build.dir}/dist"/>
<property name="base.version" value="0.7.0-rc2"/>
<property name="base.version" value="0.7.0-rc3"/>
<condition property="version" value="${base.version}">
<isset property="release"/>
</condition>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (0.7.0~rc3) unstable; urgency=low
* Release candidate release.
-- Eric Evans <eevans@apache.org> Tue, 21 Dec 2010 17:36:31 -0600
cassandra (0.7.0~rc2) unstable; urgency=low
* Release candidate release.