[java-parent-project] branch master updated: JPAR-129 - Update to maven-javadoc-plugin 3.1.0

Ian Young ian at iay.org.uk
Sat Mar 9 13:12:41 EST 2019


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  2300ec1   JPAR-129 - Update to maven-javadoc-plugin 3.1.0
2300ec1 is described below

commit 2300ec183205fa6c8774e75a24bf5b31cb0c951d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sat Mar 9 18:12:19 2019 +0000

    JPAR-129 - Update to maven-javadoc-plugin 3.1.0
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58fb0d1..bf57942 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
 
         <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
-        <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
 
         <maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
         <shibboleth.site.url>http://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
@@ -67,7 +67,7 @@
         <httpclient.httpcore.link>https://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs</httpclient.httpcore.link>
         <httpclient.link>http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs</httpclient.link>
         <httpclient-cache.link>http://hc.apache.org/httpcomponents-client-ga/httpclient-cache/apidocs</httpclient-cache.link>
-        <!-- Do not remove the trailing '/' from the following line without reading JPAR-129. -->
+        <!-- JPAR-129 - The following is currently unused; this is intentional. -->
         <javaee.link>https://docs.oracle.com/javaee/5/api/</javaee.link>
         <javase.link>https://docs.oracle.com/en/java/javase/11/docs/api</javase.link>
         <joda-time.link>https://www.joda.org/joda-time/apidocs</joda-time.link>
@@ -622,7 +622,6 @@
                     <version>${maven-javadoc-plugin.version}</version>
                     <configuration>
                         <links>
-                            <link>${javaee.link}</link>
                             <link>${javase.link}</link>
                             <link>${spring-framework.link}</link>
                             <link>${spring-webflow.link}</link>
@@ -778,7 +777,6 @@
                 <version>${maven-javadoc-plugin.version}</version>
                 <configuration>
                     <links>
-                        <link>${javaee.link}</link>
                         <link>${javase.link}</link>
                         <link>${spring-framework.link}</link>
                         <link>${spring-webflow.link}</link>

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


More information about the commits mailing list