From 307e69eb0ad7949fe5b60d1eb05530c630f4bb66 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Sun, 6 Jan 2019 16:17:07 -0500 Subject: [PATCH 1/2] doc: Include v11 official support in docs --- docs/jre-open_jdk_jre.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jre-open_jdk_jre.md b/docs/jre-open_jdk_jre.md index 0cc5c6867a..b714a571e2 100644 --- a/docs/jre-open_jdk_jre.md +++ b/docs/jre-open_jdk_jre.md @@ -1,5 +1,5 @@ # OpenJDK JRE -The OpenJDK JRE provides Java runtimes from the [OpenJDK][] project. Versions of Java from the `1.6`, `1.7`, and `1.8` lines are available. Unless otherwise configured, the version of Java that will be used is specified in [`config/open_jdk_jre.yml`][]. +The OpenJDK JRE provides Java runtimes from the [OpenJDK][] project. Versions of Java from the `1.6`, `1.7`, `1.8`, and `11` lines are available. Unless otherwise configured, the version of Java that will be used is specified in [`config/open_jdk_jre.yml`][]. From 79df0bb45d65e504076aa0b280e3aa7abe43ac4d Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Tue, 8 Jan 2019 23:22:09 -0600 Subject: [PATCH 2/2] fix: #669 remove ref to specific JRE versions --- docs/jre-open_jdk_jre.md | 2 +- docs/jre-zulu_jre.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/jre-open_jdk_jre.md b/docs/jre-open_jdk_jre.md index b714a571e2..2bd11fdfa4 100644 --- a/docs/jre-open_jdk_jre.md +++ b/docs/jre-open_jdk_jre.md @@ -1,5 +1,5 @@ # OpenJDK JRE -The OpenJDK JRE provides Java runtimes from the [OpenJDK][] project. Versions of Java from the `1.6`, `1.7`, `1.8`, and `11` lines are available. Unless otherwise configured, the version of Java that will be used is specified in [`config/open_jdk_jre.yml`][]. +The OpenJDK JRE provides Java runtimes from the [OpenJDK][] project. Unless otherwise configured, the version of Java that will be used is specified in [`config/open_jdk_jre.yml`][].
diff --git a/docs/jre-zulu_jre.md b/docs/jre-zulu_jre.md index d21ceeb5bd..8dd07aea24 100644 --- a/docs/jre-zulu_jre.md +++ b/docs/jre-zulu_jre.md @@ -1,5 +1,5 @@ # Azul Zulu JRE -Azul Zulu JRE provides Java runtimes developed by Azul team. Versions of Java from the `1.6`, `1.7`, and `1.8` levels are available. Unless otherwise configured, the version of Java that will be used is specified in [`config/zulu_jre.yml`][]. +Azul Zulu JRE provides Java runtimes developed by Azul team. Unless otherwise configured, the version of Java that will be used is specified in [`config/zulu_jre.yml`][].