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/12/07 04:59:14 UTC

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

Author: psteitz
Date: Mon Dec  7 03:59:13 2009
New Revision: 887833

URL: http://svn.apache.org/viewvc?rev=887833&view=rev
Log:
Fixed javadoc link in compatability pom.

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

Modified: commons/proper/dbcp/trunk/pom-1.3.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom-1.3.xml?rev=887833&r1=887832&r2=887833&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom-1.3.xml (original)
+++ commons/proper/dbcp/trunk/pom-1.3.xml Mon Dec  7 03:59:13 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>