You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/06/17 08:06:14 UTC

[jackrabbit-filevault] branch master updated: releng: reference javadoc from ASF site

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 652de4fb releng: reference javadoc from ASF site
652de4fb is described below

commit 652de4fbbedad084559ab99b782d2ede4c05b10d
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 17 10:06:09 2022 +0200

    releng: reference javadoc from ASF site
    
    links must not end with slash according to
    https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#extdocURL
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index eb6b9cc3..a774a80c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,9 +86,9 @@
                         <detectLinks>true</detectLinks>
                         <detectJavaApiLink>true</detectJavaApiLink>
                         <links>
-                            <link>https://s.apache.org/jcr-2.0-javadoc/</link>
-                            <link>https://jackrabbit.apache.org/api/2.20/</link>
-                            <link>https://www.javadoc.io/doc/org.apache.jackrabbit/oak-jackrabbit-api/${oak.version}/</link>
+                            <link>https://s.apache.org/jcr-2.0-javadoc</link>
+                            <link>https://jackrabbit.apache.org/api/2.20</link>
+                            <link>https://jackrabbit.apache.org/oak/docs/apidocs</link>
                         </links>
                     </configuration>
                 </plugin>