You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2022/07/15 13:05:03 UTC

[ofbiz-framework] branch trunk updated: Improved: Update documentation for official support of java 11

This is an automated email from the ASF dual-hosted git repository.

nmalin pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 54c86fd53c Improved: Update documentation for official support of java 11
54c86fd53c is described below

commit 54c86fd53c0bdffa73b3600c0444f37672d22f10
Author: Nicolas Malin <ni...@nereide.fr>
AuthorDate: Fri Jul 15 11:14:35 2022 +0200

    Improved: Update documentation for official support of java 11
---
 INSTALL     | 2 +-
 README.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 218abd8e19..94abc25c23 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ your business.
 System requirements
 
 The only requirement to run OFBiz is to have the Java Development Kit (JDK)
-version 8 installed on your system (not just the JRE, but the full JDK) which
+version 11 installed on your system (not just the JRE, but the full JDK) which
 you can download from the below link. Make sure of setting the $JAVA_HOME
 environment variable.
 
diff --git a/README.adoc b/README.adoc
index 03e5aa1b2a..069954ada4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -70,7 +70,7 @@ ________________________________________________________________________________
 
 The only requirements to run OFBiz is
 
-* to have the Java Development Kit (JDK) version 8 installed on your system
+* to have the Java Development Kit (JDK) version 11 installed on your system
 (not just the JRE, but the full JDK) that you can download from the below link.
 Make sure of setting the $JAVA_HOME environment variable. +
 https://adoptopenjdk.net/[JDK download].