[java-parent-project] branch maint-7 updated: JPAR-111 - fix Javadoc link for TestNG
Ian Young
ian at iay.org.uk
Wed Feb 28 08:49:43 EST 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=5c9c9a42acfdef49e7c87a20502ada78f740e31f
The following commit(s) were added to refs/heads/maint-7 by this push:
new 5c9c9a4 JPAR-111 - fix Javadoc link for TestNG
5c9c9a4 is described below
commit 5c9c9a42acfdef49e7c87a20502ada78f740e31f
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 bec2c29..5565b24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,7 +561,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>
@@ -724,7 +724,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