Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f5e82705c7..11ebfc3f21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -678,7 +678,7 @@
<configuration>
<excludePackageNames>com.acme</excludePackageNames>
<links>
- <link>http://docs.oracle.com/javase/6/docs/api/</link>
+ <link>http://docs.oracle.com/javase/7/docs/api/</link>
<link>http://docs.oracle.com/javaee/6/api</link>
<link>http://junit.sourceforge.net/javadoc/</link>
</links>

Back to the top