Author: ggregory
Date: Sat Jul 12 01:52:46 2014
New Revision: 1609875
URL: http://svn.apache.org/r1609875
Log:
The artifact IDs are commons-dbcp2 and commons-pool2, not commons-dbcp and
commons-pool.
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=1609875&r1=1609874&r2=1609875&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/dbcp/trunk/src/site/xdoc/index.xml Sat Jul 12 01:52:46 2014
@@ -44,8 +44,8 @@ within Apache products and elsewhere. T
opportunity to coordinate the efforts required to create and maintain an
efficient, feature-rich package under the ASF license.</p>
-<p>The <code>commons-dbcp</code> package relies on code in the
-<code>commons-pool</code> package to provide the underlying object pool
+<p>The <code>commons-dbcp2</code> package relies on code in the
+<code>commons-pool2</code> package to provide the underlying object pool
mechanisms that it utilizes.</p>
<p>DBCP now comes in three different versions to support different versions of