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 <[email protected]> Authored: Thu Sep 3 21:40:35 2015 -0500 Committer: RJ Nowling <[email protected]> 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"""
