You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2011/11/17 10:34:27 UTC

svn commit: r1203124 - /wicket/trunk/pom.xml

Author: pete
Date: Thu Nov 17 09:34:26 2011
New Revision: 1203124

URL: http://svn.apache.org/viewvc?rev=1203124&view=rev
Log:
adjust url of javadoc location for java 6 classes

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1203124&r1=1203123&r2=1203124&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Thu Nov 17 09:34:26 2011
@@ -699,7 +699,7 @@
 						<maxmemory>256m</maxmemory>
 						<quiet>true</quiet>
 						<links>
-							<link>http://download.oracle.com/javase/1.5.0/docs/api</link>
+							<link>http://download.oracle.com/javase/6/docs/api</link>
 						</links>
 					</configuration>
 					<executions>