mirror of https://github.com/apache/cassandra
Increment versions to 3.0.29, 3.11.15, 4.0.8
This commit is contained in:
parent
2b31675fbd
commit
a3b4119b5a
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue