Increment versions to 3.0.29, 3.11.15, 4.0.8

This commit is contained in:
Mick Semb Wever 2022-10-23 23:18:45 +02:00
parent 2b31675fbd
commit a3b4119b5a
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,8 @@
3.0.28
3.0.29
* Fix running Ant rat targets without git (CASSANDRA-17974)
3.0.28
* Harden JMX by resolving beanshooter issues (CASSANDRA-17921)
* Suppress CVE-2019-2684 (CASSANDRA-17965)
* Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879)

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information -->
<property name="base.version" value="3.0.28"/>
<property name="base.version" value="3.0.29"/>
<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"/>

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cassandra (3.0.29) UNRELEASED; urgency=medium
* New release
-- Mick Semb Wever <mck@apache.org> Wed, 19 Oct 2022 09:58:43 +0200
cassandra (3.0.28) unstable; urgency=medium
* New release