mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
95fcefede2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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="."/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue