mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
82e2c7d991
|
|
@ -1,3 +1,6 @@
|
||||||
|
3.11.19
|
||||||
|
|
||||||
|
|
||||||
3.11.18
|
3.11.18
|
||||||
Merged from 3.0:
|
Merged from 3.0:
|
||||||
* Tighten up permissions on system keyspaces (CASSANDRA-20090)
|
* Tighten up permissions on system keyspaces (CASSANDRA-20090)
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,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="3.11.18"/>
|
<property name="base.version" value="3.11.19"/>
|
||||||
<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"/>
|
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
cassandra (3.11.19) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New release
|
||||||
|
|
||||||
|
-- Stefan Miklosovic <smiklosovic@apache.org> Tue, 04 Feb 2025 09:43:30 +0100
|
||||||
|
|
||||||
cassandra (3.11.18) unstable; urgency=medium
|
cassandra (3.11.18) unstable; urgency=medium
|
||||||
|
|
||||||
* New release
|
* New release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue