With ODPi 2.0 release branch cut, the main is now at version 2.1-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5966b079 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5966b079 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5966b079 Branch: refs/heads/BIGTOP-2666 Commit: 5966b079505d018a3ec52e9995961596b5333c13 Parents: 4e50242 Author: Roman Shaposhnik <[email protected]> Authored: Fri Nov 11 13:20:01 2016 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 24 11:51:26 2017 -0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/5966b079/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index c0fc7e3..758d2d9 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ allprojects { apply plugin: 'maven' group = 'org.apache.bigtop' - version = '1.2.0' + version = '2.1.0-SNAPSHOT' description = """Bigtop"""
