You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2016/01/21 20:17:28 UTC

cassandra git commit: Bump version in build.xml to 3.0.2

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 722671895 -> a20b6ef89


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/cassandra-3.0
Commit: a20b6ef89ff09381cf1343cb1ff9f5a8ab818ba1
Parents: 7226718
Author: Tyler Hobbs <ty...@gmail.com>
Authored: Thu Jan 21 13:17:01 2016 -0600
Committer: Tyler Hobbs <ty...@gmail.com>
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"/>