Repository: cassandra Updated Branches: refs/heads/trunk be009e8f5 -> 610b13461
Bump version in build.xml to 3.0.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a20b6ef8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a20b6ef8 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a20b6ef8 Branch: refs/heads/trunk Commit: a20b6ef89ff09381cf1343cb1ff9f5a8ab818ba1 Parents: 7226718 Author: Tyler Hobbs <[email protected]> Authored: Thu Jan 21 13:17:01 2016 -0600 Committer: Tyler Hobbs <[email protected]> Committed: Thu Jan 21 13:17:01 2016 -0600 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/a20b6ef8/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index cab361f..9e8c135 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.1"/> + <property name="base.version" value="3.0.2"/> <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"/>
