mirror of https://github.com/apache/cassandra
Increment version
This commit is contained in:
parent
657e595b78
commit
44f472d742
|
|
@ -1,3 +1,6 @@
|
|||
3.0.31
|
||||
*
|
||||
|
||||
3.0.30
|
||||
* Fix SCM URL link (CASSANDRA-19422)
|
||||
* Backport CASSANDRA-16418 to 3.x (CASSANDRA-18824)
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="3.0.30"/>
|
||||
<property name="base.version" value="3.0.31"/>
|
||||
<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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue