[java-parent-project] branch master updated: Add a Javadoc API link for Apache HTTP components core

Ian Young ian at iay.org.uk
Thu Jan 24 11:45:21 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=97013d65313e7dd024538864e3c0024a71e20298

The following commit(s) were added to refs/heads/master by this push:
       new  97013d6   Add a Javadoc API link for Apache HTTP components core
97013d6 is described below

commit 97013d65313e7dd024538864e3c0024a71e20298
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 24 16:45:05 2019 +0000

    Add a Javadoc API link for Apache HTTP components core
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1597a5a..5d4b93c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
             Ordered alphabetically by property name.
         -->
         <guava.link>https://google.github.io/guava/releases/${guava.version}/api/docs/</guava.link>
+        <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>
         <javaee.link>https://docs.oracle.com/javaee/5/api/</javaee.link>
@@ -604,6 +605,7 @@
                             <link>${spring-framework.link}</link>
                             <link>${spring-webflow.link}</link>
                             <link>${guava.link}</link>
+                            <link>${httpclient.httpcore.link}</link>
                             <link>${httpclient-cache.link}</link>
                             <link>${httpclient.link}</link>
                             <link>${joda-time.link}</link>
@@ -765,6 +767,7 @@
                         <link>${spring-framework.link}</link>
                         <link>${spring-webflow.link}</link>
                         <link>${guava.link}</link>
+                        <link>${httpclient.httpcore.link}</link>
                         <link>${httpclient-cache.link}</link>
                         <link>${httpclient.link}</link>
                         <link>${joda-time.link}</link>

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


More information about the commits mailing list