mirror of https://github.com/apache/cassandra
Change version to 4.0 after creation of 3.X branch
This commit is contained in:
parent
25d4c7baa5
commit
78ff377075
|
|
@ -1,3 +1,6 @@
|
|||
4.0
|
||||
|
||||
|
||||
3.10
|
||||
* Upgrade metrics-reporter dependencies (CASSANDRA-12089)
|
||||
* Tune compaction thread count via nodetool (CASSANDRA-12248)
|
||||
|
|
|
|||
10
NEWS.txt
10
NEWS.txt
|
|
@ -13,6 +13,16 @@ restore snapshots created with the previous major version using the
|
|||
'sstableloader' tool. You can upgrade the file format of your snapshots
|
||||
using the provided 'sstableupgrade' tool.
|
||||
|
||||
4.0
|
||||
===
|
||||
|
||||
New features
|
||||
------------
|
||||
|
||||
Upgrading
|
||||
---------
|
||||
|
||||
|
||||
3.10
|
||||
====
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<property name="debuglevel" value="source,lines,vars"/>
|
||||
|
||||
<!-- default version and SCM information -->
|
||||
<property name="base.version" value="3.10"/>
|
||||
<property name="base.version" value="4.0"/>
|
||||
<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