You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/20 22:42:40 UTC

commons-pool git commit: Document Java requirements.

Repository: commons-pool
Updated Branches:
  refs/heads/master 3e0131292 -> 135cfadc7


Document Java requirements.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/135cfadc
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/135cfadc
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/135cfadc

Branch: refs/heads/master
Commit: 135cfadc796fd53c5bcc7de8966d2a073c5e2bca
Parents: 3e01312
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jun 20 16:42:36 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jun 20 16:42:36 2018 -0600

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/135cfadc/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 813a5a2..b256101 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -30,9 +30,13 @@
           Version 2 of Apache Commons Pool contains a completely re-written
           pooling implementation compared to the 1.x series.  In addition to
           performance and scalability improvements, version 2 includes robust
-          instance tracking and pool monitoring. Version 2 requires JDK level
-          1.6 or above.
+          instance tracking and pool monitoring.
          </p>
+         <ul>
+          <li>Version 2.6.0 requires Java 7 or above.</li>
+          <li>Version 2.5.0 requires Java 7 or above.</li>
+          <li>Version 2.0 requires 6 or above.</li>
+         </ul>
       </section>
 
       <section name="Releases">