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 2017/09/03 00:34:31 UTC

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

Author: ggregory
Date: Sun Sep  3 00:34:31 2017
New Revision: 1807116

URL: http://svn.apache.org/viewvc?rev=1807116&view=rev
Log:
Match Javadoc link with Java version.

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=1807116&r1=1807115&r2=1807116&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Sep  3 00:34:31 2017
@@ -417,7 +417,7 @@
                 <configuration>
                     <linksource>true</linksource>
                     <links>
-                        <link>http://docs.oracle.com/javase/1.5.0/docs/api/</link>
+                        <link>http://docs.oracle.com/javase/6/docs/api/</link>
                         <link>http://commons.apache.org/collections/api-release/</link>
                     </links>
                 </configuration>