Increment versions after releases 2.1.22, 2.2.18, 3.0.22, 3.11.8, 4.0-beta2

This commit is contained in:
Mick Semb Wever 2020-08-31 20:55:39 +02:00
parent 94e9149c22
commit 0271653f27
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2.1.23
2.1.22 2.1.22
* Only allow strings to be passed to JMX authentication (CASSANDRA-16077) * Only allow strings to be passed to JMX authentication (CASSANDRA-16077)
* Disable JMX rebinding (CASSANDRA-15653, CASSANDRA-16075) * Disable JMX rebinding (CASSANDRA-15653, CASSANDRA-16075)

View File

@ -25,7 +25,7 @@
<property name="debuglevel" value="source,lines,vars"/> <property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information --> <!-- default version and SCM information -->
<property name="base.version" value="2.1.22"/> <property name="base.version" value="2.1.23"/>
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/> <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.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"/> <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 (2.1.23) unstable; urgency=medium
* New release
--
cassandra (2.1.22) unstable; urgency=medium cassandra (2.1.22) unstable; urgency=medium
* New release * New release