This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 1e015ed2a26a6c1c6a948eec842d7c8ea7d9917c Author: Mick Semb Wever <[email protected]> AuthorDate: Fri Feb 11 11:06:21 2022 +0100 Increment version to 3.11.13 --- CHANGES.txt | 3 +++ build.xml | 2 +- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 579cea2..c166202 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +3.11.13 + + 3.11.12 * Upgrade snakeyaml to 1.26 in 3.11 (CASSANDRA=17028) * Add key validation to ssstablescrub (CASSANDRA-16969) diff --git a/build.xml b/build.xml index 9c847ff..60665e3 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="3.11.12"/> + <property name="base.version" value="3.11.13"/> <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 afd3438..cfef5fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.11.13) UNRELEASED; urgency=medium + + * New release + + -- Mick Semb Wever <[email protected]> Mon, 07 Feb 2022 13:55:35 +0100 + cassandra (3.11.12) unstable; urgency=medium * New release --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
