You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/10/05 22:58:44 UTC

wicket git commit: Fix the url to Java 7 apidocs

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x d54ff31ae -> 82c1df01f


Fix the url to Java 7 apidocs


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/82c1df01
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/82c1df01
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/82c1df01

Branch: refs/heads/wicket-7.x
Commit: 82c1df01f26b39624fedecf4c60796a07a090cef
Parents: d54ff31
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Oct 5 22:58:27 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Oct 5 22:58:27 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/82c1df01/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 268d4e6..639256d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -816,7 +816,7 @@
 						<maxmemory>256m</maxmemory>
 						<quiet>true</quiet>
 						<links>
-							<link>http://download.oracle.com/javase/6/docs/api</link>
+							<link>http://docs.oracle.com/javase/7/docs/api/</link>
 						</links>
 					</configuration>
 					<executions>