Increment to version 6.0-alpha1

This commit is contained in:
Mick Semb Wever 2026-03-21 23:31:49 +01:00
parent 6590cb5aaf
commit 677341dc1a
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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"/>

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
cassandra (6.0) UNRELEASED; urgency=medium
cassandra (6.0~alpha1) UNRELEASED; urgency=medium
* New release