This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.1 by this push:
new 65c9875b39 increment version to 4.1-beta1
65c9875b39 is described below
commit 65c9875b3964d6f7bd533c6a3a55ce371a1d69bf
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Sep 26 20:55:03 2022 +0200
increment version to 4.1-beta1
ref: https://lists.apache.org/thread/ho4r1lk2gsgs1z61ldzg64h84x3rbg4o
---
CHANGES.txt | 2 +-
build.xml | 2 +-
debian/changelog | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 17c4a1054e..1ecd879ba6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-4.1-alpha2
+4.1-beta1
* We should not emit deprecation warning on startup for
`key_cache_save_period`, `row_cache_save_period`, `counter_cache_save_period`
(CASSANDRA-17904)
* upsert with adder support is not consistent with numbers and strings in LWT
(CASSANDRA-17857)
* Fix race and return after failing connections (CASSANDRA-17618)
diff --git a/build.xml b/build.xml
index 1800c09dc2..a0a0f196c0 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="4.1-alpha2"/>
+ <property name="base.version" value="4.1-beta1"/>
<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"/>
diff --git a/debian/changelog b/debian/changelog
index 5c193b9550..af8d52000c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cassandra (4.1~alpha2) UNRELEASED; urgency=medium
+cassandra (4.1~beta1) UNRELEASED; urgency=medium
* New release
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]