[java-parent-project] branch master updated: JPAR-129 - add Java 11 platform API Javadoc

Ian Young ian at iay.org.uk
Sat Feb 2 06:59:35 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=e554b62ec0602c128eded10ebd1cceb3446e48a3

The following commit(s) were added to refs/heads/master by this push:
       new  e554b62   JPAR-129 - add Java 11 platform API Javadoc
e554b62 is described below

commit e554b62ec0602c128eded10ebd1cceb3446e48a3
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sat Feb 2 11:25:44 2019 +0000

    JPAR-129 - add Java 11 platform API Javadoc
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index d3368c0..c434b11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@
         <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. -->
         <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>
         <ldaptive.link>http://www.ldaptive.org/javadocs</ldaptive.link>
         <logback.link>http://logback.qos.ch/apidocs</logback.link>
@@ -601,6 +602,7 @@
                     <configuration>
                         <links>
                             <link>${javaee.link}</link>
+                            <link>${javase.link}</link>
                             <link>${spring-framework.link}</link>
                             <link>${spring-webflow.link}</link>
                             <link>${guava.link}</link>
@@ -756,6 +758,7 @@
                 <configuration>
                     <links>
                         <link>${javaee.link}</link>
+                        <link>${javase.link}</link>
                         <link>${spring-framework.link}</link>
                         <link>${spring-webflow.link}</link>
                         <link>${guava.link}</link>

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


More information about the commits mailing list