Repository: cassandra Updated Branches: refs/heads/trunk cc90d0423 -> ea0a97263
Bump version to 3.0.6 in build.xml Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fd24b7c0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fd24b7c0 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fd24b7c0 Branch: refs/heads/trunk Commit: fd24b7c0d62e7c452fd4aa3ddeb8363221cd0c4e Parents: 4238cdd Author: Tyler Hobbs <[email protected]> Authored: Wed Apr 13 12:51:58 2016 -0500 Committer: Tyler Hobbs <[email protected]> Committed: Wed Apr 13 12:51:58 2016 -0500 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/fd24b7c0/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 27de95c..271481f 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.5"/> + <property name="base.version" value="3.0.6"/> <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"/>
