Author: vsiveton Date: Thu Sep 6 04:51:36 2007 New Revision: 573233 URL: http://svn.apache.org/viewvc?rev=573233&view=rev 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/scm/trunk/pom.xml Modified: maven/scm/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=573233&r1=573232&r2=573233&view=diff ============================================================================== --- maven/scm/trunk/pom.xml (original) +++ maven/scm/trunk/pom.xml Thu Sep 6 04:51:36 2007 @@ -134,16 +134,16 @@ <links> <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>