You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/22 17:54:26 UTC

[commons-statistics] 02/05: Add javadoc link to the Commons RNG project

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 8b0187add140a680dd742ad8cea3e16d4283afe5
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Nov 22 15:58:41 2022 +0000

    Add javadoc link to the Commons RNG project
    
    The UniformRandomProvider interface is part of distribution package's
    public API.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index e9246ac..56cd2f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,6 +310,7 @@
           <!-- Java API links configured in commons-parent create redirect warnings on JDK 17
             and fail the build. The links are not required as detectJavaApiLink=true (default). -->
           <links combine.self="override">
+            <link>https://commons.apache.org/proper/commons-rng/commons-rng-client-api/javadocs/api-${statistics.commons.rng.version}/</link>
           </links>
           <failOnWarnings>true</failOnWarnings>
           <!-- Enable MathJax -->
@@ -427,6 +428,7 @@
           <!-- Java API links configured in commons-parent create redirect warnings on JDK 17
             and fail the build. The links are not required as detectJavaApiLink=true (default). -->
           <links combine.self="override">
+            <link>https://commons.apache.org/proper/commons-rng/commons-rng-client-api/javadocs/api-${statistics.commons.rng.version}/</link>
           </links>
           <failOnWarnings>true</failOnWarnings>
           <!-- Enable MathJax -->