Bump version in build.xml to 3.3
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d094a65c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d094a65c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d094a65c Branch: refs/heads/cassandra-3.3 Commit: d094a65c48325fe1a1b1765f93256544f9124a25 Parents: f728c4e Author: Tyler Hobbs <[email protected]> Authored: Thu Jan 21 13:18:30 2016 -0600 Committer: Tyler Hobbs <[email protected]> Committed: Thu Jan 21 13:18:30 2016 -0600 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/d094a65c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 51589bb..c5d1b5f 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.2"/> + <property name="base.version" value="3.3"/> <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"/>
