Repository: cassandra Updated Branches: refs/heads/trunk 51b92f82d -> f9947ff6a
bump versions for alpha1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/17bcb6d0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/17bcb6d0 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/17bcb6d0 Branch: refs/heads/trunk Commit: 17bcb6d0854ed673ce9a5b3466601699b20859ed Parents: 51b92f8 Author: T Jake Luciani <[email protected]> Authored: Thu Jul 30 09:31:17 2015 -0400 Committer: T Jake Luciani <[email protected]> Committed: Thu Jul 30 09:31:17 2015 -0400 ---------------------------------------------------------------------- build.xml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/17bcb6d0/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index dc44f07..b56e379 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.0.0-alpha"/> + <property name="base.version" value="3.0.0-alpha1"/> <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"/> http://git-wip-us.apache.org/repos/asf/cassandra/blob/17bcb6d0/debian/changelog ---------------------------------------------------------------------- diff --git a/debian/changelog b/debian/changelog index a026239..210a2c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (3.0.0~alpha1) unstable; urgency=medium + + * New alpha release + + -- Jake Luciani <[email protected]> Thu, 30 Jul 2015 09:21:15 -0400 + cassandra (2.2.0~rc1) unstable; urgency=medium * New RC release
