mirror of https://github.com/apache/cassandra
Increment version to 5.0-beta1
ref: https://lists.apache.org/thread/ndycyjg4zh7zt31gm7w823v0gj506m63
This commit is contained in:
parent
acf6281dd6
commit
009d1ca9ee
|
|
@ -1,4 +1,4 @@
|
|||
5.0-alpha3
|
||||
5.0-beta1
|
||||
* Upgrade Python driver to 3.28.0 (CASSANDRA-18960)
|
||||
* Add retries to IR messages (CASSANDRA-18962)
|
||||
* Add metrics and logging to repair retries (CASSANDRA-18952)
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="5.0-alpha3"/>
|
||||
<property name="base.version" value="5.0-beta1"/>
|
||||
<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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue