You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2016/09/29 08:20:58 UTC

cassandra git commit: Change version to 4.0 after creation of 3.X branch

Repository: cassandra
Updated Branches:
  refs/heads/trunk 25d4c7baa -> 78ff37707


Change version to 4.0 after creation of 3.X branch


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/78ff3770
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/78ff3770
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/78ff3770

Branch: refs/heads/trunk
Commit: 78ff3770756c83cd466fe11eb55550bf9a5bb7c4
Parents: 25d4c7b
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Sep 29 10:19:34 2016 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Sep 29 10:19:34 2016 +0200

----------------------------------------------------------------------
 CHANGES.txt |  3 +++
 NEWS.txt    | 10 ++++++++++
 build.xml   |  2 +-
 3 files changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/78ff3770/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a9e46f7..03456a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+4.0
+
+
 3.10
  * Upgrade metrics-reporter dependencies (CASSANDRA-12089)
  * Tune compaction thread count via nodetool (CASSANDRA-12248)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/78ff3770/NEWS.txt
----------------------------------------------------------------------
diff --git a/NEWS.txt b/NEWS.txt
index 9ab7c26..e1e952b 100644
--- a/NEWS.txt
+++ b/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
 ====
 

http://git-wip-us.apache.org/repos/asf/cassandra/blob/78ff3770/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 1808808..21cbc85 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>