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

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

commit 9805bcd7a74f85391199b0db3e72fa9beb41f66d
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Sat Aug 21 00:11:31 2021 -0400

    adding missing 1.0-beta1 archive javadoc links
---
 commons-geometry-core/src/site/site.xml      | 6 ++++--
 commons-geometry-euclidean/src/site/site.xml | 6 ++++--
 commons-geometry-spherical/src/site/site.xml | 6 ++++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/commons-geometry-core/src/site/site.xml 
b/commons-geometry-core/src/site/site.xml
index d9d4ce5..c8f03c0 100644
--- a/commons-geometry-core/src/site/site.xml
+++ b/commons-geometry-core/src/site/site.xml
@@ -28,8 +28,10 @@
       <item name="Overview" href="/index.html"/>
       <item name="Latest API docs (development)"
             href="apidocs/index.html"/>
-      <!-- <item name="Javadoc (1.0 release)"
-                 
href="https://commons.apache.org/geometry/commons-geometry-core/javadocs/api-1.0/index.html"/>
 -->
+      <item name="Javadoc (1.0 release)"
+            
href="https://commons.apache.org/geometry/commons-geometry-core/javadocs/api-1.0/index.html"/>
+      <item name="Javadoc (1.0-beta1 release)"
+            
href="https://commons.apache.org/geometry/commons-geometry-core/javadocs/api-1.0-beta1/index.html"/>
     </menu>
 
     <head>
diff --git a/commons-geometry-euclidean/src/site/site.xml 
b/commons-geometry-euclidean/src/site/site.xml
index 8915e07..9ecd73a 100644
--- a/commons-geometry-euclidean/src/site/site.xml
+++ b/commons-geometry-euclidean/src/site/site.xml
@@ -28,8 +28,10 @@
       <item name="Overview" href="/index.html"/>
       <item name="Latest API docs (development)"
             href="apidocs/index.html"/>
-      <!-- <item name="Javadoc (1.0 release)"
-                 
href="https://commons.apache.org/geometry/commons-geometry-euclidean/javadocs/api-1.0/index.html"/>
 -->
+      <item name="Javadoc (1.0 release)"
+            
href="https://commons.apache.org/geometry/commons-geometry-euclidean/javadocs/api-1.0/index.html"/>
+      <item name="Javadoc (1.0-beta1 release)"
+            
href="https://commons.apache.org/geometry/commons-geometry-euclidean/javadocs/api-1.0-beta1/index.html"/>
     </menu>
 
 
diff --git a/commons-geometry-spherical/src/site/site.xml 
b/commons-geometry-spherical/src/site/site.xml
index 523c589..661ad4b 100644
--- a/commons-geometry-spherical/src/site/site.xml
+++ b/commons-geometry-spherical/src/site/site.xml
@@ -28,8 +28,10 @@
       <item name="Overview" href="/index.html"/>
       <item name="Latest API docs (development)"
             href="apidocs/index.html"/>
-      <!-- <item name="Javadoc (1.0 release)"
-                 
href="https://commons.apache.org/geometry/commons-geometry-spherical/javadocs/api-1.0/index.html"/>
 -->
+      <item name="Javadoc (1.0 release)"
+            
href="https://commons.apache.org/geometry/commons-geometry-spherical/javadocs/api-1.0/index.html"/>
+      <item name="Javadoc (1.0-beta1 release)"
+            
href="https://commons.apache.org/geometry/commons-geometry-spherical/javadocs/api-1.0-beta1/index.html"/>
     </menu>
 
     <head>

Reply via email to