Increment version to 3.0.30

This commit is contained in:
Brandon Williams 2023-05-15 11:21:48 -05:00
parent 087cffce63
commit 785e291900
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
3.0.30
3.0.29
* Suppress CVE-2023-2251 (CASSANDRA-18497)
* Do not remove SSTables when cause of FSReadError is OutOfMemoryError while using best_effort disk failure policy (CASSANDRA-18336)

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.0.29"/>
<property name="base.version" value="3.0.30"/>
<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;a=tree"/>