mirror of https://github.com/apache/cassandra
Increment version
This commit is contained in:
parent
c559cf8962
commit
f340514bbe
|
|
@ -1,3 +1,6 @@
|
|||
3.0.33
|
||||
|
||||
|
||||
3.0.32
|
||||
* Minimise expensive reads during authz flow in 3.0/3.11 (CASSANDRA-20293)
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="3.0.32"/>
|
||||
<property name="base.version" value="3.0.33"/>
|
||||
<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"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (3.0.33) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Stefan Miklosovic <smiklosovic@apache.org> Fri, 07 Feb 2025 07:20:16 +0100
|
||||
|
||||
cassandra (3.0.32) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue