[java-parent-project] branch maint-7 updated: JPAR-116 - remove explicit link to Java API Javadoc

Ian Young ian at iay.org.uk
Wed Aug 15 09:45:14 EDT 2018


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch maint-7
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=ad9b7b863d5d0380f529502e4dc27f4957950341

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  ad9b7b8   JPAR-116 - remove explicit link to Java API Javadoc
ad9b7b8 is described below

commit ad9b7b863d5d0380f529502e4dc27f4957950341
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Aug 15 14:39:39 2018 +0100

    JPAR-116 - remove explicit link to Java API Javadoc
    
    maven-javadoc-plugin manufactures this link itself if detectJavaApiLink is set, which it is by default.
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0274d65..a89d58a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,6 @@
                     <configuration>
                         <links>
                             <link>http://docs.oracle.com/javaee/5/api/</link>
-                            <link>http://docs.oracle.com/javase/7/docs/api/</link>
                             <link>http://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
                             <link>http://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</link>
                             <link>http://google.github.io/guava/releases/${guava.version}/api/docs/</link>
@@ -732,7 +731,6 @@
                 <configuration>
                     <links>
                         <link>http://docs.oracle.com/javaee/5/api/</link>
-                        <link>http://docs.oracle.com/javase/7/docs/api/</link>
                         <link>http://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
                         <link>http://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</link>
                         <link>http://google.github.io/guava/releases/${guava.version}/api/docs/</link>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list