You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/07/04 04:17:52 UTC

karaf git commit: [KARAF-5234] Update BUILDING file to reference JAVA 8

Repository: karaf
Updated Branches:
  refs/heads/karaf-4.1.x ea0e0a528 -> ec5dc8592


[KARAF-5234] Update BUILDING file to reference JAVA 8


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

Branch: refs/heads/karaf-4.1.x
Commit: ec5dc85926c096904221ed7b7af27c6f73ff4652
Parents: ea0e0a5
Author: jpoth <po...@gmail.com>
Authored: Mon Jul 3 12:04:50 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jul 4 06:17:48 2017 +0200

----------------------------------------------------------------------
 BUILDING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ec5dc859/BUILDING
----------------------------------------------------------------------
diff --git a/BUILDING b/BUILDING
index 1b965e4..0110eab 100644
--- a/BUILDING
+++ b/BUILDING
@@ -21,9 +21,9 @@ Building Apache Karaf
 Initial Setup
 -------------
 
-1) Install J2SE 7.0 SDK (or later), which can be downloaded from 
+1) Install J2SE 8.0 SDK (or later), which can be downloaded from 
    http://www.oracle.com/technetwork/java/javase/downloads/index.html
-   Use version of "JDK 7.0 Update 55" (or later).
+   Use version of "JDK 8.0 Update 131" (or later).
 
 2) Make sure that your JAVA_HOME environment variable is set to the newly installed 
    JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or