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 2021/08/20 13:15:53 UTC

[commons-dbcp] branch master updated: Less duplication.

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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new f2af826  Less duplication.
f2af826 is described below

commit f2af82698cdf935592548a72607592eae9ea0d0a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 19 20:27:33 2021 -0400

    Less duplication.
---
 src/site/xdoc/index.xml | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 7b792da..4f4f72c 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -52,22 +52,14 @@ mechanisms.</p>
 JDBC. Here is how it works:</p>
 <p>Developing</p>
 <ul>
-<li>DBCP 2.9.0 compiles and runs under Java 8 (JDBC 4.2) and above.</li>
-<li>DBCP 2.8.0 compiles and runs under Java 8 (JDBC 4.2) and above.</li>
-<li>DBCP 2.7.0 compiles and runs under Java 8 (JDBC 4.2) and above.</li>
-<li>DBCP 2.6.0 compiles and runs under Java 8 (JDBC 4.2) and above.</li>
-<li>DBCP 2.5.0 compiles and runs under Java 8 (JDBC 4.2) and above.</li>
+<li>DBCP 2.5.0 and up compiles and runs under Java 8 (JDBC 4.2) and up.</li>
 <li>DBCP 2.4.0 compiles and runs under Java 7 (JDBC 4.1) and above.</li>
 <li>DBCP 1.4 compiles and runs under Java 6 (JDBC 4) and above.</li>
 <li>DBCP 1.3 compiles and runs under Java 1.4-5.0 (JDBC 3) and above.</li>
 </ul>
 <p>Running</p>
 <ul>
-<li>DBCP 2.9.0 binaries should be used by applications running on Java 8 and above.</li>
-<li>DBCP 2.8.0 binaries should be used by applications running on Java 8 and above.</li>
-<li>DBCP 2.7.0 binaries should be used by applications running on Java 8 and above.</li>
-<li>DBCP 2.6.0 binaries should be used by applications running on Java 8 and above.</li>
-<li>DBCP 2.5.0 binaries should be used by applications running under Java 8.</li>
+<li>DBCP 2.5.0 and up binaries should be used by applications running on Java 8 and up.</li>
 <li>DBCP 2.4.0 binaries should be used by applications running under Java 7.</li>
 <li>DBCP 1.4 binaries should be used by applications running under Java 6.</li>
 <li>DBCP 1.3 should be used when running under Java 1.4 and 5.0.</li>