ODPI-200. Removed SNAPSHOT from version.
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1682279e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1682279e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1682279e Branch: refs/heads/BIGTOP-1406 Commit: 1682279e96cbb2f6f0ff36b4f1f75f4753f50bc2 Parents: 832bd4a Author: Raj Desai <[email protected]> Authored: Thu Nov 10 15:48:53 2016 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 24 12:03:53 2017 -0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1682279e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 0aff57d..c0fc7e3 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ allprojects { apply plugin: 'maven' group = 'org.apache.bigtop' - version = '1.2.0-SNAPSHOT' + version = '1.2.0' description = """Bigtop"""
