aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorOlaf Flebbe <of@oflebbe.de>2016-12-22 16:23:53 +0100
committerOlaf Flebbe <of@oflebbe.de>2016-12-22 16:23:53 +0100
commite552de18e1c7256e1267155465a2bd7b92fdf4f1 (patch)
treecb5364559ee11aa9254aa36892324b015cf3f4a4 /bigtop.bom
parente7888cb37e2c72cf7540ba15c15a96fca9f9ba94 (diff)
BIGTOP-2627: Kite 1.1.0 build fails when JAVA 8 is used
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 2d8125f5..baf15652 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 {