You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/08/10 22:37:48 UTC

svn commit: r564755 - /maven/pom/trunk/maven/pom.xml

Author: dennisl
Date: Fri Aug 10 13:37:47 2007
New Revision: 564755

URL: http://svn.apache.org/viewvc?view=rev&rev=564755
Log:
o Update the configuration for maven-javadoc-plugin, by updating the links to Commons and Velocity who both have moved to TLP.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=diff&rev=564755&r1=564754&r2=564755
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Fri Aug 10 13:37:47 2007
@@ -197,16 +197,16 @@
                 <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
                 <link>http://java.sun.com/j2ee/1.4/docs/api</link>
                 <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-                <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
-                <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
-                <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
-                <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
-                <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-                <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
+                <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
+                <link>http://commons.apache.org/dbcp/apidocs/</link>
+                <link>http://commons.apache.org/fileupload/apidocs/</link>
+                <link>http://commons.apache.org/httpclient/apidocs/</link>
+                <link>http://commons.apache.org/logging/apidocs/</link>
+                <link>http://commons.apache.org/pool/apidocs/</link>
                 <link>http://www.junit.org/junit/javadoc/</link>
                 <link>http://logging.apache.org/log4j/docs/api/</link>
                 <link>http://jakarta.apache.org/regexp/apidocs/</link>
-                <link>http://jakarta.apache.org/velocity/api/</link>
+                <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
               </links>
             </configuration>
           </plugin>