You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/02/24 19:52:49 UTC

[46/50] [abbrv] bigtop git commit: ODPI-200. Removed SNAPSHOT from version.

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/4e502424
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4e502424
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4e502424

Branch: refs/heads/BIGTOP-2666
Commit: 4e502424d243e2eef2dbec198c0d5e860cc53892
Parents: cfc6685
Author: Raj Desai <rd...@us.ibm.com>
Authored: Thu Nov 10 15:48:53 2016 -0800
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Fri Feb 24 11:51:25 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/4e502424/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"""