mirror of https://github.com/apache/cassandra
Increment version to 4.0.3
This commit is contained in:
parent
f2816f5a7c
commit
d0f4b42956
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
cassandra (4.0.3) UNRELEASED; urgency=medium
|
||||
|
||||
* New release
|
||||
|
||||
-- Mick Semb Wever <mck@apache.org> Mon, 07 Feb 2022 14:42:07 +0100
|
||||
|
||||
cassandra (4.0.2) unstable; urgency=medium
|
||||
|
||||
* New release
|
||||
|
|
|
|||
Loading…
Reference in New Issue