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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5089629d Update documentation links
5089629d is described below

commit 5089629d7a4be62c96612940a956bb868b0a2fd7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 25 09:43:29 2025 -0400

    Update documentation links
---
 src/site/site.xml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index c2170940..5b5e6151 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -43,17 +43,21 @@
     </menu>
     <menu name="Documentation">
       <item name="Building" href="/building.html" />
-      <item name="2.0.0-M2-SNAPSHOT" collapse="true" href="/index.html">
+      <item name="2.0.0-M2" collapse="true" href="/index.html">
         <item name="Release Notes" 
href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt"; />
-        <item name="User Guide" 
href="https://commons.apache.org/proper/commons-beanutils/apidocs/org/apache/commons/beanutils2/package-summary.html";
 />
-        <item name="API" 
href="https://commons.apache.org/proper/commons-beanutils/apidocs/index.html"; />
+        <item name="User Guide" 
href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M2/org/apache/commons/beanutils2/package-summary.html";
 />
+        <item name="API" 
href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M2/index.html";
 />
       </item>
       <item name="2.0.0-M1" collapse="true" href="/index.html">
         <item name="Release Notes" 
href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt"; />
-        <item name="User Guide"
-          
href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/org/apache/commons/beanutils2/package-summary.html";
 />
+        <item name="User Guide" 
href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/org/apache/commons/beanutils2/package-summary.html";
 />
         <item name="API" 
href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2/2.0.0-M1/index.html";
 />
       </item>
+      <item name="1.11.0" collapse="true" href="/index.html">
+        <item name="Release Notes" 
href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt"; />
+        <item name="User Guide" 
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.11.0/org/apache/commons/beanutils/package-summary.html";
 />
+        <item name="API" 
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.11.0/index.html";
 />
+      </item>
       <item name="1.10.1" collapse="true" href="/index.html">
         <item name="Release Notes" 
href="https://dlcdn.apache.org//commons/beanutils/RELEASE-NOTES.txt"; />
         <item name="User Guide" 
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.1/org/apache/commons/beanutils/package-summary.html";
 />

Reply via email to