Repository: cassandra Updated Branches: refs/heads/trunk caf8b7050 -> 3ef892001
bump base version to 3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3ef89200 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3ef89200 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3ef89200 Branch: refs/heads/trunk Commit: 3ef892001425f0ec67aa9f232bec5ecd29520e12 Parents: caf8b70 Author: Brandon Williams <[email protected]> Authored: Tue Oct 14 15:19:37 2014 -0500 Committer: Brandon Williams <[email protected]> Committed: Tue Oct 14 15:19:37 2014 -0500 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/3ef89200/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index b758e0a..07d0578 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="2.1.1"/> + <property name="base.version" value="3.0.0"/> <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"/>
