Skip to content

Commit

Permalink
Remove Java Versions from Documentation
Browse files Browse the repository at this point in the history
Previously, the documentation stated which versions, broadly, of Java were
available.  Given that this changed relatively frequently and the
documentation was woefully out of date (no support for Java 6 or 7), this
documentation was always going to be wrong.  This change removes the version
listing from the documentation.

[resolves cloudfoundry#670]

Signed-off-by: Ben Hale <bhale@pivotal.io>
  • Loading branch information
ericis authored and nebhale committed Jan 9, 2019
1 parent 440d931 commit 3876ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/jre-open_jdk_jre.md
Original file line number Diff line number Diff line change
@@ -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. Unless otherwise configured, the version of Java that will be used is specified in [`config/open_jdk_jre.yml`][].

<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/jre-zulu_jre.md
Original file line number Diff line number Diff line change
@@ -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`][].

<table>
<tr>
Expand Down

0 comments on commit 3876ebd

Please sign in to comment.