mirror of https://github.com/apache/cassandra
Increment versions to 4.1.1
This commit is contained in:
parent
f9e033f519
commit
af5029d643
|
|
@ -1,3 +1,9 @@
|
|||
4.1.1
|
||||
Merged from 4.0:
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
|
||||
|
||||
4.1.0
|
||||
* Fix ContentionStrategy backoff and Clock.waitUntil (CASSANDRA-18086)
|
||||
Merged from 4.0:
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.1.0"/>
|
||||
<property name="base.version" value="4.1.1"/>
|
||||
<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 (4.1.1) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Mick Semb Wever <mck@apache.org> Wed, 07 Dec 2022 21:53:33 +0100
|
||||
|
||||
cassandra (4.1.0) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue