Change version to 4.0 after creation of 3.X branch

This commit is contained in:
Sylvain Lebresne 2016-09-29 10:19:34 +02:00
parent 25d4c7baa5
commit 78ff377075
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.0
3.10
* Upgrade metrics-reporter dependencies (CASSANDRA-12089)
* Tune compaction thread count via nodetool (CASSANDRA-12248)

View File

@ -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
====

View File

@ -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"/>