bump version

This commit is contained in:
Stefan Miklosovic 2025-08-05 14:33:59 +02:00
parent c8abc9f3e1
commit 974fc904aa
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
5.0.6
5.0.5 5.0.5
* Do not source cassandra-env.sh unnecessarily in nodetool and other tooling (CASSANDRA-20745) * Do not source cassandra-env.sh unnecessarily in nodetool and other tooling (CASSANDRA-20745)
* Make source distribution buildable by ant artifacts as doc/scripts/process-native-protocol-specs-in-docker.sh was not executable (CASSANDRA-20802) * Make source distribution buildable by ant artifacts as doc/scripts/process-native-protocol-specs-in-docker.sh was not executable (CASSANDRA-20802)

View File

@ -33,7 +33,7 @@
<property name="debuglevel" value="source,lines,vars"/> <property name="debuglevel" value="source,lines,vars"/>
<!-- default version and SCM information --> <!-- default version and SCM information -->
<property name="base.version" value="5.0.5"/> <property name="base.version" value="5.0.6"/>
<property name="scm.connection" value="scm:https://gitbox.apache.org/repos/asf/cassandra.git"/> <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.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"/> <property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>