You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/11/22 14:44:12 UTC

[cassandra] branch cassandra-4.1 updated: Increment version to 4.1.0

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 676b3e4483 Increment version to 4.1.0
676b3e4483 is described below

commit 676b3e448375b409a2721ff74f830c8db70410be
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Tue Nov 22 15:41:18 2022 +0100

    Increment version to 4.1.0
---
 CHANGES.txt      | 6 ++++++
 build.xml        | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 3a13c6b805..967cbc0f22 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+4.1.0
+Merged from 4.0:
+Merged from 3.11:
+Merged from 3.0:
+
+
 4.1-rc1
  * Avoid schema mismatch problems on memtable API misconfiguration (CASSANDRA-18040)
  * Start Paxos auto repair in CassandraDaemon (CASSANDRA-18029)
diff --git a/build.xml b/build.xml
index 1de773550c..8c0e9804ae 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-rc1"/>
+    <property name="base.version" value="4.1.0"/>
     <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 94092646be..52752dbb80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (4.1.0) UNRELEASED; urgency=medium
+
+  * New release
+
+ -- Mick Semb Wever <mc...@apache.org>  Thu, 17 Nov 2022 11:33:25 +0100
+
 cassandra (4.1~rc1) unstable; urgency=medium
 
   * New release


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org