This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-5.0 by this push:
new 410cce16b8 Increment version to 5.0-rc1
410cce16b8 is described below
commit 410cce16b87b0752c92770a9e0af8183aa53bf7c
Author: Mick Semb Wever <[email protected]>
AuthorDate: Fri Jun 21 15:55:58 2024 +0200
Increment version to 5.0-rc1
---
CHANGES.txt | 2 +-
build.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 8c7e925aca..d61285d356 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-5.0-beta2
+5.0-rc1
* Avoid streams in the common case for UpdateTransaction creation
(CASSANDRA-19675)
* Only wait until native_transport_timeout for dispatcher to finish
(CASSANDRA-19697)
* Disable chronicle analytics (CASSANDRA-19656)
diff --git a/build.xml b/build.xml
index 479dfac767..4cc5745212 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="5.0-beta2"/>
+ <property name="base.version" value="5.0-rc1"/>
<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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]