Author: markh Date: Tue May 22 12:08:23 2012 New Revision: 1341430 URL: http://svn.apache.org/viewvc?rev=1341430&view=rev Log: Corrected javadoc link for maven-core
Modified: maven/shared/trunk/maven-runtime/pom.xml Modified: maven/shared/trunk/maven-runtime/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=1341430&r1=1341429&r2=1341430&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/pom.xml (original) +++ maven/shared/trunk/maven-runtime/pom.xml Tue May 22 12:08:23 2012 @@ -135,7 +135,7 @@ <configuration> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> - <link>http://maven.apache.org/ref/current/maven-project/apidocs/</link> + <link>http://maven.apache.org/ref/3.0.4/maven-core/apidocs/</link> </links> </configuration> </plugin>