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 2021/09/13 12:20:32 UTC

[commons-rng] 01/03: Add release 1.4 javadoc links to the site.xml

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-rng.git

commit 6a4a2d5444f0e8f706f601480a8f3c4579b8b449
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Sep 13 12:36:58 2021 +0100

    Add release 1.4 javadoc links to the site.xml
---
 commons-rng-client-api/src/site/site.xml | 2 ++
 commons-rng-core/src/site/site.xml       | 2 ++
 commons-rng-sampling/src/site/site.xml   | 2 ++
 commons-rng-simple/src/site/site.xml     | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/commons-rng-client-api/src/site/site.xml b/commons-rng-client-api/src/site/site.xml
index 71ecebd..ac31a36 100644
--- a/commons-rng-client-api/src/site/site.xml
+++ b/commons-rng-client-api/src/site/site.xml
@@ -28,6 +28,8 @@
       <item name="Overview" href="index.html"/>
       <item name="Latest API docs (development)"
             href="apidocs/index.html"/>
+      <item name="Javadoc (1.4 release)"
+            href="https://commons.apache.org/rng/commons-rng-client-api/javadocs/api-1.4/index.html"/>
       <item name="Javadoc (1.3 release)"
             href="https://commons.apache.org/rng/commons-rng-client-api/javadocs/api-1.3/index.html"/>
       <item name="Javadoc (1.2 release)"
diff --git a/commons-rng-core/src/site/site.xml b/commons-rng-core/src/site/site.xml
index 56e2672..ea92b39 100644
--- a/commons-rng-core/src/site/site.xml
+++ b/commons-rng-core/src/site/site.xml
@@ -28,6 +28,8 @@
       <item name="Overview" href="index.html"/>
       <item name="Latest API docs (development)"
             href="apidocs/index.html"/>
+      <item name="Javadoc (1.4 release)"
+            href="https://commons.apache.org/rng/commons-rng-core/javadocs/api-1.4/index.html"/>
       <item name="Javadoc (1.3 release)"
             href="https://commons.apache.org/rng/commons-rng-core/javadocs/api-1.3/index.html"/>
       <item name="Javadoc (1.2 release)"
diff --git a/commons-rng-sampling/src/site/site.xml b/commons-rng-sampling/src/site/site.xml
index c0e5cad..6ab2ed6 100644
--- a/commons-rng-sampling/src/site/site.xml
+++ b/commons-rng-sampling/src/site/site.xml
@@ -28,6 +28,8 @@
       <item name="Overview" href="index.html"/>
       <item name="Latest API docs (development)"
             href="apidocs/index.html"/>
+      <item name="Javadoc (1.4 release)"
+            href="https://commons.apache.org/rng/commons-rng-sampling/javadocs/api-1.4/index.html"/>
       <item name="Javadoc (1.3 release)"
             href="https://commons.apache.org/rng/commons-rng-sampling/javadocs/api-1.3/index.html"/>
       <item name="Javadoc (1.2 release)"
diff --git a/commons-rng-simple/src/site/site.xml b/commons-rng-simple/src/site/site.xml
index 8b2125e..43d021a 100644
--- a/commons-rng-simple/src/site/site.xml
+++ b/commons-rng-simple/src/site/site.xml
@@ -28,6 +28,8 @@
       <item name="Overview" href="index.html"/>
       <item name="Latest API docs (development)"
             href="apidocs/index.html"/>
+      <item name="Javadoc (1.4 release)"
+            href="https://commons.apache.org/rng/commons-rng-simple/javadocs/api-1.4/index.html"/>
       <item name="Javadoc (1.3 release)"
             href="https://commons.apache.org/rng/commons-rng-simple/javadocs/api-1.3/index.html"/>
       <item name="Javadoc (1.2 release)"