Merge branch 'cassandra-4.0' into cassandra-4.1

This commit is contained in:
Stefan Miklosovic 2024-02-23 14:49:50 +01:00
commit 95fcefede2
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Merged from 4.0:
* Remove bashisms for mx4j tool in cassandra-env.sh (CASSANDRA-19416)
Merged from 3.11:
Merged from 3.0:
* Fix SCM URL link (CASSANDRA-19422)
4.1.4

View File

@ -37,7 +37,7 @@
<property name="base.version" value="4.1.5"/>
<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"/>
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>
<!-- directory details -->
<property name="basedir" value="."/>