mirror of https://github.com/apache/cassandra
increment version to 4.1.4
This commit is contained in:
parent
2a4cd36475
commit
9bc0f89308
|
|
@ -1,3 +1,9 @@
|
|||
4.1.4
|
||||
Merged from 4.0:
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
|
||||
|
||||
4.1.3
|
||||
* Add a virtual table that exposes currently running queries (CASSANDRA-15241)
|
||||
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.3"/>
|
||||
<property name="base.version" value="4.1.4"/>
|
||||
<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.4) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Stefan Miklosovic <smiklosovic@apache.org> Mon, 24 Jul 2023 11:20:09 +0200
|
||||
|
||||
cassandra (4.1.3) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue