This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 09a387bd3d2fe0177ac96ad591181c5263eef8dc Author: Mick Semb Wever <[email protected]> AuthorDate: Thu Jul 8 23:04:31 2021 +0200 Change version from 4.0-rc3 to 4.0.0 --- CHANGES.txt | 2 +- build.xml | 2 +- debian/changelog | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a093977..c35d594 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -4.0-rc3 +4.0.0 * BinLog does not close chronicle queue leaving this to GC to cleanup (CASSANDRA-16774) Merged from 3.11: Merged from 3.0: diff --git a/build.xml b/build.xml index 6ee62a1..40419c0 100644 --- a/build.xml +++ b/build.xml @@ -24,7 +24,7 @@ <property name="debuglevel" value="source,lines,vars"/> <!-- default version and SCM information --> - <property name="base.version" value="4.0-rc3"/> + <property name="base.version" value="4.0.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 9267cec..acfda35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -cassandra (4.0~rc3) UNRELEASED; urgency=medium +cassandra (4.0.0) UNRELEASED; urgency=medium * New release - -- Mick Semb Wever <[email protected]> Sun, 27 Jun 2021 16:36:29 +0200 + -- Mick Semb Wever <[email protected]> Thu, 08 Jul 2021 23:03:54 +0200 cassandra (4.0~rc2) unstable; urgency=medium --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
