You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2014/05/24 18:53:33 UTC

svn commit: r1597321 - /commons/proper/dbcp/trunk/src/site/xdoc/index.xml

Author: psteitz
Date: Sat May 24 16:53:33 2014
New Revision: 1597321

URL: http://svn.apache.org/r1597321
Log:
Eliminated need to update minor version reference for each 2.x release.

Modified:
    commons/proper/dbcp/trunk/src/site/xdoc/index.xml

Modified: commons/proper/dbcp/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/site/xdoc/index.xml?rev=1597321&r1=1597320&r2=1597321&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/dbcp/trunk/src/site/xdoc/index.xml Sat May 24 16:53:33 2014
@@ -51,16 +51,16 @@ mechanisms that it utilizes.</p>
 <p>DBCP now comes in three different versions to support different versions of
 JDBC. Here is how it works:
 <ul>
-<li>DBCP 2.0 compiles and runs under Java 7 only (JDBC 4.1)</li>
+<li>DBCP 2 compiles and runs under Java 7 only (JDBC 4.1)</li>
 <li>DBCP 1.4 compiles and runs under Java 6 only (JDBC 4)</li>
 <li>DBCP 1.3 compiles and runs under Java 1.4-5 only (JDBC 3)</li>
 </ul>
 </p>
-<p>DBCP 2.0 binaries should be used by applications running under Java 7.</p>
+<p>DBCP 2 binaries should be used by applications running under Java 7.</p>
 <p>DBCP 1.4 binaries should be used by applications running under Java 6.</p>
 <p>DBCP 1.3 should be used when running under Java 1.4 5.</p>
 
-<p>DBCP 2.x is based on Commons Pool 2 and provides increased performance, JMX
+<p>DBCP 2 is based on Commons Pool 2 and provides increased performance, JMX
 support as well as numerous other new features compared to DBCP 1.x. Users
 upgrading to 2.x should be aware that the Java package name has changed, as well
 as the Maven co-ordinates, since DBCP 2.x is not binary compatible with DBCP