o Update the configuration for maven-javadoc-plugin, by updating the links to Commons and Velocity who both have moved to TLP.

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk/maven@564755 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 49c963a..6a9d3d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>