This is an automated email from the ASF dual-hosted git repository.
rishabhdaim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new c256918b96 OAK-12273 : added https link for fetching java-docs (#2966)
c256918b96 is described below
commit c256918b96b623ca96e833ad9850536a01033993
Author: Rishabh Kumar <[email protected]>
AuthorDate: Wed Jun 24 11:14:33 2026 +0530
OAK-12273 : added https link for fetching java-docs (#2966)
* OAK-12273 : added https link for fetching java-docs
* OAK-12273 : reverted change for short link
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 080e358e64..ab277e5fd1 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -131,7 +131,7 @@
<links>
<link>https://s.apache.org/jcr-2.0-javadoc/</link>
<link>https://jackrabbit.apache.org/api/2.20/</link>
- <link>http://www.slf4j.org/apidocs/</link>
+ <link>https://www.slf4j.org/apidocs/</link>
</links>
<!-- workaround for https://issues.apache.org/jira/browse/OAK-8517
-->
<excludePackageNames>org.apache.jackrabbit.oak.plugins.index.*</excludePackageNames>