You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/02/11 10:11:01 UTC

[cassandra] 01/02: Increment version to 4.0.3

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit d0f4b42956c50e9f966e14c41bc175a5a7481a62
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Fri Feb 11 11:08:24 2022 +0100

    Increment version to 4.0.3
---
 CHANGES.txt      | 3 +++
 build.xml        | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index ca9b6b3..de4876f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+4.0.3
+
+
 4.0.2
  * Full Java 11 support (CASSANDRA-16894)
  * Remove unused 'geomet' package from cqlsh path (CASSANDRA-17271)
diff --git a/build.xml b/build.xml
index b106199..9a5598f 100644
--- a/build.xml
+++ b/build.xml
@@ -24,7 +24,7 @@
     <property name="debuglevel" value="source,lines,vars"/>
 
     <!-- default version and SCM information -->
-    <property name="base.version" value="4.0.2"/>
+    <property name="base.version" value="4.0.3"/>
     <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;a=tree"/>
diff --git a/debian/changelog b/debian/changelog
index db2b2c5..51bcc33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassandra (4.0.3) UNRELEASED; urgency=medium
+
+  * New release 
+
+ -- Mick Semb Wever <mc...@apache.org>  Mon, 07 Feb 2022 14:42:07 +0100
+
 cassandra (4.0.2) unstable; urgency=medium
 
   * New release 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org