[java-parent-project] branch master updated: JPAR-111 - fix Javadoc link for TestNG

Ian Young ian at iay.org.uk
Wed Feb 28 08:47:26 EST 2018


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=e4848e46e8f5030c90cbb23bbd5b2645269d0000

The following commit(s) were added to refs/heads/master by this push:
       new  e4848e4   JPAR-111 - fix Javadoc link for TestNG
e4848e4 is described below

commit e4848e46e8f5030c90cbb23bbd5b2645269d0000
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Feb 28 13:47:20 2018 +0000

    JPAR-111 - fix Javadoc link for TestNG
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8053e1e..7ea3614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,7 +546,7 @@
                             <link>http://www.joda.org/joda-time/apidocs/</link>
                             <link>http://logback.qos.ch/apidocs/</link>
                             <link>http://santuario.apache.org/Java/api/</link>
-                            <link>http://testng.org/javadocs/</link>
+                            <link>https://jitpack.io/com/github/cbeust/testng/master/javadoc/</link>
                             <link>http://velocity.apache.org/engine/releases/velocity-1.7/apidocs/</link>
                             <link>http://www.ldaptive.org/javadocs/</link>
                             <link>http://www.slf4j.org/apidocs/</link>
@@ -709,7 +709,7 @@
                         <link>http://www.joda.org/joda-time/apidocs/</link>
                         <link>http://logback.qos.ch/apidocs/</link>
                         <link>http://santuario.apache.org/Java/api/</link>
-                        <link>http://testng.org/javadocs/</link>
+                        <link>https://jitpack.io/com/github/cbeust/testng/master/javadoc/</link>
                         <link>http://velocity.apache.org/engine/releases/velocity-1.7/apidocs/</link>
                         <link>http://www.ldaptive.org/javadocs/</link>
                         <link>http://www.slf4j.org/apidocs/</link>

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


More information about the commits mailing list