mirror of https://github.com/apache/cassandra
bump version
This commit is contained in:
parent
c8abc9f3e1
commit
974fc904aa
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue