mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into cassandra-5.0
This commit is contained in:
commit
2482c8a936
|
|
@ -37,7 +37,7 @@
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</connection>
|
<connection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</connection>
|
||||||
<developerConnection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</developerConnection>
|
<developerConnection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</developerConnection>
|
||||||
<url>https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree</url>
|
<url>https://gitbox.apache.org/repos/asf?p=cassandra.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
|
|
@ -241,7 +241,7 @@
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</connection>
|
<connection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</connection>
|
||||||
<developerConnection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</developerConnection>
|
<developerConnection>scm:https://gitbox.apache.org/repos/asf/cassandra.git</developerConnection>
|
||||||
<url>https://gitbox.apache.org/repos/asf?p=cassandra.git;a=tree</url>
|
<url>https://gitbox.apache.org/repos/asf?p=cassandra.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ Merged from 4.0:
|
||||||
* Revert unnecessary read lock acquisition when reading ring version in TokenMetadata introduced in CASSANDRA-16286 (CASSANDRA-19107)
|
* Revert unnecessary read lock acquisition when reading ring version in TokenMetadata introduced in CASSANDRA-16286 (CASSANDRA-19107)
|
||||||
Merged from 3.11:
|
Merged from 3.11:
|
||||||
Merged from 3.0:
|
Merged from 3.0:
|
||||||
|
* Fix SCM URL link (CASSANDRA-19422)
|
||||||
* Backport CASSANDRA-16418 to 3.x (CASSANDRA-18824)
|
* Backport CASSANDRA-16418 to 3.x (CASSANDRA-18824)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
<property name="base.version" value="5.0-beta2"/>
|
<property name="base.version" value="5.0-beta2"/>
|
||||||
<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;a=tree"/>
|
<property name="scm.url" value="https://gitbox.apache.org/repos/asf?p=cassandra.git"/>
|
||||||
|
|
||||||
<!-- JDKs supported.
|
<!-- JDKs supported.
|
||||||
All releases are built with the default JDK.
|
All releases are built with the default JDK.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue