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 2fdca2ef Fix links on the site
2fdca2ef is described below

commit 2fdca2ef1726a94c7311b9f75ec41bed469186b3
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 31 21:26:20 2025 -0500

    Fix links on the site
---
 pom.xml                 |  1 -
 src/site/xdoc/index.xml | 12 ++++++------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b4fa45e..a4e1cc7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,6 @@
     <commons.release.2.desc>(Java 6 or above)</commons.release.2.desc>
     <!-- override parent name, because 1.x uses different artifactId -->
     
<commons.release.2.name>commons-beanutils-${commons.release.2.version}</commons.release.2.name>
-
     <commons.jira.id>BEANUTILS</commons.jira.id>
     <commons.jira.pid>12310460</commons.jira.pid>
     <!-- limit memory size see BEANUTILS-291; allow command-line override -->
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 97583473..efb4329f 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -106,13 +106,13 @@ Bean Collections has an additional dependency on
   </p>
   <p>
     The latest BeanUtils release is available to download
-    <a 
href="https://commons.apache.org/beanutils/download_beanutils.cgi";>here</a>.
+    <a href="/beanutils/download_beanutils.cgi">here</a>.
   </p>
   <ul>
     <li>2.0.0
       <ul>
-        <li><a 
href="https://commons.apache.org/beanutils/javadocs/v2.0.0/RELEASE-NOTES.txt";>Release
 Notes</a></li>
-        <li><a 
href="https://commons.apache.org/beanutils/javadocs/v2.0.0/apidocs/index.html";>Javadoc</a></li>
+        <li><a href="/beanutils/changes.html">Release Notes</a></li>
+        <li><a href="/beanutils/apidocs/index.html">Javadoc</a></li>
       </ul>
     </li>
   </ul>
@@ -120,12 +120,12 @@ Bean Collections has an additional dependency on
 <subsection name="1.9.x releases">
     <p>
     The latest BeanUtils release is available to download
-    <a 
href="http://commons.apache.org/beanutils/download_beanutils.cgi";>here</a>.<br/>
+    <a href="/beanutils/download_beanutils.cgi">here</a>.<br/>
     <em><strong>1.9.4</strong></em><br/><br/>
     </p>
     <ul>
-      <li><a 
href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt";>Release
 Notes</a></li>
-      <li><a 
href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html";>JavaDoc</a></li>
+      <li><a href="/beanutils/changes.html#a1.9.4">Release Notes</a></li>
+      <li><a 
href="/beanutils/javadocs/v1.9.4/apidocs/index.html">JavaDoc</a></li>
     </ul>
     <p>
     <strong>CVE-2019-10086.</strong> Apache Commons Beanutils does not 
suppresses

Reply via email to