[java-parent-project] branch master updated: JPAR-147 - fix link to slf4j API documentation

Ian Young ian at iay.org.uk
Fri Oct 11 05:00:23 EDT 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=a63bce934aab19fd384eeae94590e6eda4d892aa

The following commit(s) were added to refs/heads/master by this push:
       new  a63bce9   JPAR-147 - fix link to slf4j API documentation
a63bce9 is described below

commit a63bce934aab19fd384eeae94590e6eda4d892aa
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Oct 11 10:00:16 2019 +0100

    JPAR-147 - fix link to slf4j API documentation
    
    https://issues.shibboleth.net/jira/browse/JPAR-147
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c72cae..f115ffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
         <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>https://www.slf4j.org/apidocs</slf4j.link>
+        <slf4j.link>http://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>

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


More information about the commits mailing list