This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 3634df2 Use a table to present Java requirements per VFS version. 3634df2 is described below commit 3634df21ec4ab0bff65322552051355f5e18f80f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 19 20:57:21 2020 -0400 Use a table to present Java requirements per VFS version. --- src/site/xdoc/index.xml | 54 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 12 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index a65a1a7..9065f77 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -70,18 +70,48 @@ enabled. See the <a href="download.html">download and build</a> page for information on the optional dependencies. </p> - <p> - Apache Commons VFS 2.3, 2.4.x, and 2.5.x require Java 8. - </p> - <p> - Apache Commons VFS 2.2 requires Java 7. - </p> - <p> - Apache Commons VFS 2.1 requires Java 6. - </p> - <p> - Apache Commons VFS 2.0 requires Java 5. - </p> + <table style="width:100%"> + <tr> + <th>Apache Commons VFS Version</th> + <th>Java Version</th> + </tr> + <tr> + <td>2.7.0</td> + <td>8</td> + </tr> + <tr> + <td>2.6.0</td> + <td>8</td> + </tr> + <tr> + <td>2.5.0</td> + <td>8</td> + </tr> + <tr> + <td>2.4.x</td> + <td>8</td> + </tr> + <tr> + <td>2.3</td> + <td>8</td> + </tr> + <tr> + <td>2.2</td> + <td>7</td> + </tr> + <tr> + <td>2.1</td> + <td>6</td> + </tr> + <tr> + <td>2.0</td> + <td>5</td> + </tr> + <tr> + <td>1.0</td> + <td>5?</td> + </tr> + </table> </section> <section name="News">