mirror of https://github.com/apache/cassandra
Increment to version 6.0-alpha1
This commit is contained in:
parent
6590cb5aaf
commit
677341dc1a
|
|
@ -1,4 +1,4 @@
|
|||
6.0
|
||||
6.0-alpha1
|
||||
* Improve performance when calculating settled placements during range movements (CASSANDRA-21144)
|
||||
* Make shadow gossip round parameters configurable for testing (CASSANDRA-21149)
|
||||
* Avoid potential gossip thread deadlock during decommission (CASSANDRA-21143)
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="6.0"/>
|
||||
<property name="base.version" value="6.0-alpha1"/>
|
||||
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||
<property name="scm.developerConnection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/>
|
||||
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cassandra (6.0) UNRELEASED; urgency=medium
|
||||
cassandra (6.0~alpha1) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue