Skip to content

Commit 14a696b

Browse files
committed
Update site for 10.0.x
1 parent f982fd7 commit 14a696b

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

src/site/site.xml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,29 @@
3535
<item name="Download" href="/download_beanutils.cgi" />
3636
<item name="Javadoc">
3737
<item name="Javadoc Current" href="apidocs/index.html" />
38-
<item name="Javadoc Archive" href="https://javadoc.io/doc/beanutils/beanutils/" />
38+
<item name="Javadoc Archive" href="https://javadoc.io/doc/commmons-beanutils/commmons-beanutils/" />
3939
</item>
4040
<!-- End: For all components. -->
4141
</menu>
4242
<!-- Specific to this component: -->
4343
<menu name="Documentation">
4444
<item name="Building" href="/building.html" />
45+
<item name="1.10.1" collapse="true" href="/index.html">
46+
<item name="Release Notes" href="/changes.html#a1.10.1" />
47+
<item name="User Guide"
48+
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/latest/org/apache/commons/beanutils/package-summary.html" />
49+
<item name="API" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/latest/index.html" />
50+
</item>
51+
<item name="1.10.0" collapse="true" href="/index.html">
52+
<item name="Release Notes" href="/changes.html#a1.10.0" />
53+
<item name="User Guide"
54+
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/package-summary.html#package_description" />
55+
<item name="API" href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.10.0/index.html" />
56+
</item>
4557
<item name="1.9.4" collapse="true" href="/index.html">
4658
<item name="Release Notes" href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt" />
4759
<item name="User Guide"
48-
href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/org/apache/commons/beanutils/package-summary.html#package_description" />
60+
href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.9.4/index.html#package_description" />
4961
<item name="API" href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html" />
5062
</item>
5163
<item name="1.9.3" collapse="true" href="/index.html">

src/site/xdoc/index.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,24 @@ public void testAllowAccessToClassProperty() throws Exception {
157157
<a href="http://commons.apache.org/beanutils/download_beanutils.cgi">here</a>.
158158
</p>
159159
<ul>
160+
<li>1.10.1
161+
<ul>
162+
<li><a href="/changes.html#a1.10.1">Release Notes</a></li>
163+
<li><a href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/latest/index.html">JavaDoc</a></li>
164+
</ul>
165+
</li>
166+
<li>1.10.0
167+
<ul>
168+
<li><a href="/changes.html#a1.10.0">Release Notes</a></li>
169+
<li><a href="https://javadoc.io/doc/commons-beanutils/commons-beanutils/1.9.4/index.html#package_description">JavaDoc</a></li>
170+
</ul>
171+
</li>
172+
<li>1.9.4
173+
<ul>
174+
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.4/RELEASE-NOTES.txt">Release Notes</a></li>
175+
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.4/apidocs/index.html">JavaDoc</a></li>
176+
</ul>
177+
</li>
160178
<li>1.9.3
161179
<ul>
162180
<li><a href="http://commons.apache.org/beanutils/javadocs/v1.9.3/RELEASE-NOTES.txt">Release Notes</a></li>

0 commit comments

Comments
 (0)