Author: oheger
Date: Sat Dec 7 18:04:24 2013
New Revision: 1548948
URL: http://svn.apache.org/r1548948
Log:
Added a menu item for 1.9.0 release in addition to 1.8.3.
Modified:
commons/proper/beanutils/trunk/src/site/site.xml
Modified: commons/proper/beanutils/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/site/site.xml?rev=1548948&r1=1548947&r2=1548948&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/site/site.xml (original)
+++ commons/proper/beanutils/trunk/src/site/site.xml Sat Dec 7 18:04:24 2013
@@ -37,19 +37,16 @@
<item name="Building" href="/building.html"/>
<item name="History" href="/changes-report.html"/>
<item name="Wiki"
href="http://wiki.apache.org/commons/BeanUtils"/>
+ <item name="1.9.0" collapse="true" href="/index.html">
+ <item name="Release Notes"
href="http://commons.apache.org/beanutils/javadocs/v1.9.0/RELEASE-NOTES.txt"/>
+ <item name="User Guide"
href="http://commons.apache.org/beanutils/javadocs/v1.9.0/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
+ <item name="API"
href="http://commons.apache.org/beanutils/javadocs/v1.9.0/apidocs/index.html"/>
+ </item>
<item name="1.8.3" collapse="true" href="/index.html">
<item name="Release Notes"
href="http://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt"/>
<item name="User Guide"
href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/>
<item name="API"
href="http://commons.apache.org/beanutils/javadocs/v1.8.3/apidocs/index.html"/>
</item>
- <!--
- <item name="1.7.0 Release" collapse="true" href="/index.html">
- <item name="User Guide"
href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/package-summary.html#package_description"/>
- <item name="Core API"
href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/api"/>
- <item name="Bean Collections"
href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/bean-collections"/>
- <item name="Release Notes"
href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/RELEASE-NOTES.txt"/>
- </item>
- -->
</menu>
</body>