[java-parent-project] 02/03: JPAR-116 - fix API links
Ian Young
ian at iay.org.uk
Tue Jan 22 12:19:08 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=6875ee47c6ca1da8a1fd94619973bceb36e8c769
commit 6875ee47c6ca1da8a1fd94619973bceb36e8c769
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 22 15:55:08 2019 +0000
JPAR-116 - fix API links
---
pom.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index c33312b..2e465cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,18 +61,18 @@
Ordered alphabetically by property name.
-->
- <guava.link>http://google.github.io/guava/releases/${guava.version}/api/docs/</guava.link>
+ <guava.link>https://google.github.io/guava/releases/${guava.version}/api/docs/</guava.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>http://docs.oracle.com/javaee/5/api/</javaee.link>
- <joda-time.link>http://www.joda.org/joda-time/apidocs/</joda-time.link>
+ <javaee.link>https://docs.oracle.com/javaee/5/api/</javaee.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>
- <slf4j.link>http://www.slf4j.org/apidocs/</slf4j.link>
- <spring-framework.link>http://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</spring-framework.link>
- <spring-webflow.link>http://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</spring-webflow.link>
+ <slf4j.link>https://www.slf4j.org/apidocs/</slf4j.link>
+ <spring-framework.link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</spring-framework.link>
+ <spring-webflow.link>https://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</spring-webflow.link>
<testng.link>https://jitpack.io/com/github/cbeust/testng/master/javadoc/</testng.link>
- <velocity.link>http://velocity.apache.org/engine/releases/velocity-1.7/apidocs/</velocity.link>
+ <velocity.link>http://velocity.apache.org/engine/1.7/apidocs/</velocity.link>
<xmlsec.link>http://santuario.apache.org/Java/api/</xmlsec.link>
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list