mirror of https://github.com/apache/cassandra
Change version to 1.2.0-beta3
This commit is contained in:
parent
188f079285
commit
b86f75dcd7
|
|
@ -1,4 +1,4 @@
|
|||
1.2-rc1
|
||||
1.2-beta3
|
||||
* make consistency level configurable in cqlsh (CASSANDRA-4829)
|
||||
* fix cqlsh rendering of blob fields (CASSANDRA-4970)
|
||||
* fix cqlsh DESCRIBE command (CASSANDRA-4913)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="1.2.0-rc1"/>
|
||||
<property name="base.version" value="1.2.0-beta3"/>
|
||||
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
|
||||
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
|
||||
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
cassandra (1.2.0~rc1) unstable; urgency=low
|
||||
cassandra (1.2.0~beta3) unstable; urgency=low
|
||||
|
||||
* New RC release
|
||||
* New beta release
|
||||
|
||||
-- Sylvain Lebresne <slebresne@apache.org> Fri, 30 Nov 2012 10:13:11 +0100
|
||||
-- Sylvain Lebresne <slebresne@apache.org> Fri, 03 Dec 2012 10:13:11 +0100
|
||||
|
||||
cassandra (1.2.0~beta2) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue