This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
new 785e291900 Increment version to 3.0.30
785e291900 is described below
commit 785e29190005baa8626554d8259f060916626ce0
Author: Brandon Williams <[email protected]>
AuthorDate: Mon May 15 11:21:48 2023 -0500
Increment version to 3.0.30
---
CHANGES.txt | 2 ++
build.xml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 371ba6c526..2711ff24f5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/build.xml b/build.xml
index c544196218..dd75f1746c 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]