You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2010/10/16 22:10:07 UTC

svn commit: r1023370 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Sat Oct 16 20:10:07 2010
New Revision: 1023370

URL: http://svn.apache.org/viewvc?rev=1023370&view=rev
Log:
COMMONSSITE-29 Use link in <reporting> configuration of the maven-javadoc-plugin

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1023370&r1=1023369&r2=1023370&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sat Oct 16 20:10:07 2010
@@ -382,7 +382,7 @@
           <docEncoding>${commons.docEncoding}</docEncoding>
           <linksource>true</linksource>
           <links>
-            <link>http://java.sun.com/javase/6/docs/api/</link>
+            <link>${commons.javadoc.java.link}</link>
           </links>
         </configuration> 
       </plugin>