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 2014/10/15 20:23:33 UTC

svn commit: r1632159 - /commons/proper/beanutils/trunk/pom.xml

Author: ggregory
Date: Wed Oct 15 18:23:33 2014
New Revision: 1632159

URL: http://svn.apache.org/r1632159
Log:
Update Javadoc link to Java 5 since we depend on it.

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

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1632159&r1=1632158&r2=1632159&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Oct 15 18:23:33 2014
@@ -383,7 +383,7 @@
                 <configuration>
                     <linksource>true</linksource>
                     <links>
-                        <link>http://download.oracle.com/javase/1.4.2/docs/api/</link>
+                        <link>http://docs.oracle.com/javase/1.5.0/docs/api/</link>
                         <link>http://commons.apache.org/collections/api-release/</link>
                     </links>
                 </configuration>