You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/12/22 15:24:52 UTC

bigtop git commit: BIGTOP-2627: Kite 1.1.0 build fails when JAVA 8 is used

Repository: bigtop
Updated Branches:
  refs/heads/master e7888cb37 -> e552de18e


BIGTOP-2627: Kite 1.1.0 build fails when JAVA 8 is used


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

Branch: refs/heads/master
Commit: e552de18e1c7256e1267155465a2bd7b92fdf4f1
Parents: e7888cb
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Thu Dec 22 16:23:53 2016 +0100
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Thu Dec 22 16:23:53 2016 +0100

----------------------------------------------------------------------
 bigtop.bom | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e552de18/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 2d8125f..baf1565 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -37,7 +37,7 @@
  bigtop { // *the name should be change: the parsing code depends on it*
    version = "STACK-VERSION" // *required*
    stack { // *required* Fundamental properties of the Stack: JDK, SDK, GDK, etc
-     'jdk' { version = '1.7'; version_base = version }
+     'jdk' { version = '1.8'; version_base = version }
      'scala' { version = '2.10.4'; version_base = version }
    }
    apache { // *required* These shoudn't be modified unless ASF Infra demands changes
@@ -72,7 +72,7 @@ bigtop {
 /** Base Configuration of the mirror and archives */
   version = "1.2.0-SNAPSHOT"
   stack {
-    'jdk' { version = '1.7'; version_base = version }
+    'jdk' { version = '1.8'; version_base = version }
     'scala' { version = '2.11.8'; version_base = version }
   }
   apache {