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 2009/11/28 17:02:57 UTC

svn commit: r885104 - /commons/proper/dbcp/trunk/pom.xml

Author: psteitz
Date: Sat Nov 28 16:02:57 2009
New Revision: 885104

URL: http://svn.apache.org/viewvc?rev=885104&view=rev
Log:
Updated pool javadoc link.

Modified:
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=885104&r1=885103&r2=885104&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sat Nov 28 16:02:57 2009
@@ -332,7 +332,7 @@
           <configuration>
             <links>
               <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-              <link>http://commons.apache.org/pool/api-1.5</link>
+              <link>http://commons.apache.org/pool/api-1.5.4</link>
               <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api</link>
             </links>
           </configuration>