mirror of https://github.com/apache/cassandra
Increment version to 3.0.30
This commit is contained in:
parent
087cffce63
commit
785e291900
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue