This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 14a696be Update site for 10.0.x
14a696be is described below
commit 14a696be913c9e4e04bcaa8fe928bb74859e4686
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jan 26 16:50:25 2025 -0500
Update site for 10.0.x
---
src/site/site.xml | 16 ++++++++++++++--
src/site/xdoc/index.xml | 18 ++++++++++++++++++
2 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index a7011b3e..d47ff27e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -35,17 +35,29 @@
<item name="Download" href="/download_beanutils.cgi" />
<item name="Javadoc">
<item name="Javadoc Current" href="apidocs/index.html" />
- <item name="Javadoc Archive"
href="https://javadoc.io/doc/beanutils/beanutils/" />
+ <item name="Javadoc Archive"
href="https://javadoc.io/doc/commmons-beanutils/commmons-beanutils/" />
</item>
<!-- End: For all components. -->
</menu>
<!-- Specific to this component: -->
<menu name="Documentation">
<item name="Building" href="/building.html" />
+ <item name="1.10.1" collapse="true" href="/index.html">
+ <item name="Release Notes" href="/changes.html#a1.10.1" />
+ <item name="User Guide"
+
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/latest/org/apache/commons/beanutils/package-summary.html"
/>
+ <item name="API"
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/latest/index.html"
/>
+ </item>
+ <item name="1.10.0" collapse="true" href="/index.html">
+ <item name="Release Notes" href="/changes.html#a1.10.0" />
+ <item name="User Guide"
+
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/package-summary.html#package_description"
/>
+ <item name="API"
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/index.html"
/>
+ </item>
<item name="1.9.4" collapse="true" href="/index.html">
<item name="Release Notes"
href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt" />
<item name="User Guide"
-
href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"
/>
+
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.9.4/index.html#package_description"
/>
<item name="API"
href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html" />
</item>
<item name="1.9.3" collapse="true" href="/index.html">
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 7060b322..d18d4336 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -157,6 +157,24 @@ public void testAllowAccessToClassProperty() throws
Exception {
<a
href="http://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
</p>
<ul>
+ <li>1.10.1
+ <ul>
+ <li><a href="/changes.html#a1.10.1">Release Notes</a></li>
+ <li><a
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/latest/index.html">JavaDoc</a></li>
+ </ul>
+ </li>
+ <li>1.10.0
+ <ul>
+ <li><a href="/changes.html#a1.10.0">Release Notes</a></li>
+ <li><a
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.9.4/index.html#package_description">JavaDoc</a></li>
+ </ul>
+ </li>
+ <li>1.9.4
+ <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>
+ </ul>
+ </li>
<li>1.9.3
<ul>
<li><a
href="http://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt">Release
Notes</a></li>