Increment versions to 4.0.21, 4.1.12, 5.0.8

This commit is contained in:
mck 2026-03-23 09:51:45 +01:00
parent c48b9f011d
commit 636409baac
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.0.21
4.0.20
* Add option to disable cqlsh history (CASSANDRA-21180)
* Rate limit password changes (CASSANDRA-21202)
@ -13,6 +16,7 @@
* Leveled Compaction doesn't validate maxBytesForLevel when the table is altered/created (CASSANDRA-20570)
* Updated dtest-api to 0.0.18 and removed JMX-related classes that now live in the dtest-api (CASSANDRA-20884)
4.0.19
* Fixed incorrect error message constant for keyspace name length validation (CASSANDRA-20915)
* update shaded cassandra-driver-core to 3.11.5 (CASSANDRA-20904)

View File

@ -34,7 +34,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="4.0.20"/>
<property name="base.version" value="4.0.21"/>
<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"/>