Increment version to 5.0-beta1

ref: https://lists.apache.org/thread/ndycyjg4zh7zt31gm7w823v0gj506m63
This commit is contained in:
Mick Semb Wever 2023-11-06 19:43:46 +01:00
parent acf6281dd6
commit 009d1ca9ee
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"/>