mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0: Increment versions to 4.0.21, 4.1.12, 5.0.8
This commit is contained in:
commit
e418109303
|
|
@ -1,3 +1,6 @@
|
|||
4.1.12
|
||||
|
||||
|
||||
4.1.11
|
||||
* Fix ant generate-eclipse-files (CASSANDRA-21215)
|
||||
* No need to evict already prepared statements, as it creates a race condition between multiple threads (CASSANDRA-17401)
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="4.1.11"/>
|
||||
<property name="base.version" value="4.1.12"/>
|
||||
<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