You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rn...@apache.org on 2015/09/04 04:40:48 UTC

bigtop git commit: BIGTOP-2008. build.gradle has out-of-date version

Repository: bigtop
Updated Branches:
  refs/heads/master 8393a93c3 -> 0648a2fe3


BIGTOP-2008. build.gradle has out-of-date version


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0648a2fe
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0648a2fe
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0648a2fe

Branch: refs/heads/master
Commit: 0648a2fe390c58c0d1826caaae5133709c2472bf
Parents: 8393a93
Author: RJ Nowling <rn...@gmail.com>
Authored: Thu Sep 3 21:40:35 2015 -0500
Committer: RJ Nowling <rn...@gmail.com>
Committed: Thu Sep 3 21:40:35 2015 -0500

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0648a2fe/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a063d34..390ff11 100644
--- a/build.gradle
+++ b/build.gradle
@@ -70,7 +70,7 @@ allprojects {
   apply plugin: 'maven'
 
   group = 'org.apache.bigtop'
-  version = '0.9.0-SNAPSHOT'
+  version = '1.1.0-SNAPSHOT'
 
   description = """Bigtop"""