This is an automated email from the ASF dual-hosted git repository. mshuler pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit fd47391aae13bcf4ee995abcde1b0e180372d193 Author: Michael Shuler <[email protected]> AuthorDate: Fri Feb 1 12:40:38 2019 -0600 Update version to 3.11.4 --- build.xml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 00f1783..94b07f3 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.11.3"/> + <property name="base.version" value="3.11.4"/> <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"/> diff --git a/debian/changelog b/debian/changelog index b4b788c..ba5efef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.11.4) unstable; urgency=medium + + * New release + + -- Michael Shuler <[email protected]> Fri, 01 Feb 2019 12:39:21 -0600 + cassandra (3.11.3) unstable; urgency=medium * New release --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
