Increment version

This commit is contained in:
Brandon Williams 2024-04-16 13:26:59 -05:00
parent 7af7f42f5f
commit 2856a34636
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
3.11.18
*
3.11.17
* Move ClientWarn.State#warnings to a thread-safe list (CASSANDRA-19427)
* Fix delayed SSTable release with unsafe_aggressive_sstable_expiration (CASSANDRA-18756)

View File

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