mirror of https://github.com/apache/cassandra
Set 3.7 version number
This commit is contained in:
parent
5634cea371
commit
0095499270
|
|
@ -1,3 +1,5 @@
|
|||
3.7
|
||||
|
||||
3.6
|
||||
* Enhanced Compaction Logging (CASSANDRA-10805)
|
||||
* Make prepared statement cache size configurable (CASSANDRA-11555)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="3.6"/>
|
||||
<property name="base.version" value="3.7"/>
|
||||
<property name="scm.connection" value="scm:git://git.apache.org/cassandra.git"/>
|
||||
<property name="scm.developerConnection" value="scm:git://git.apache.org/cassandra.git"/>
|
||||
<property name="scm.url" value="http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=tree"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue