Repository: cassandra Updated Branches: refs/heads/cassandra-3.5 a38a4e5e5 -> e33d4be66 refs/heads/trunk 30784fd29 -> dc480c794
Bump base.version Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e33d4be6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e33d4be6 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e33d4be6 Branch: refs/heads/cassandra-3.5 Commit: e33d4be66cd94ab6c297a51df80d0a41700302a9 Parents: a38a4e5 Author: Aleksey Yeschenko <[email protected]> Authored: Wed Mar 9 16:37:07 2016 +0000 Committer: Aleksey Yeschenko <[email protected]> Committed: Wed Mar 9 16:37:07 2016 +0000 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e33d4be6/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 113b730..264a0be 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.4"/> + <property name="base.version" value="3.5"/> <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"/>
