mirror of https://github.com/apache/cassandra
increment version to 4.0.16
This commit is contained in:
parent
b88fe80910
commit
a231b787e5
|
|
@ -1,3 +1,6 @@
|
|||
4.0.16
|
||||
|
||||
|
||||
4.0.15
|
||||
* Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt (CASSANDRA-20057)
|
||||
* Support UDTs and vectors as clustering keys in descending order (CASSANDRA-20050)
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.0.15"/>
|
||||
<property name="base.version" value="4.0.16"/>
|
||||
<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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue