Author: oheger
Date: Sat Dec  7 15:10:22 2013
New Revision: 1548925

URL: http://svn.apache.org/r1548925
Log:
Some adaptations of the index page related to release 1.9.0.

Modified:
    commons/proper/beanutils/trunk/src/site/xdoc/index.xml

Modified: commons/proper/beanutils/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/site/xdoc/index.xml?rev=1548925&r1=1548924&r2=1548925&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/beanutils/trunk/src/site/xdoc/index.xml Sat Dec  7 15:10:22 
2013
@@ -57,7 +57,7 @@ easy-to-use wrappers around these capabi
 
 <subsection name='BeanUtils Core And Modules'>
 <p>
-Since the 1.7.0 release BeanUtils has distributed three jars:
+The 1.7.x and 1.8.x releases of BeanUtils have distributed three jars:
 <ul>
   <li><code>commons-beanutils.jar</code> - contains everything</li>
   <li><code>commons-beanutils-core.jar</code> - excludes <i>Bean 
Collections</i> classes</li>
@@ -66,6 +66,11 @@ Since the 1.7.0 release BeanUtils has di
 The main <code>commons-beanutils.jar</code> has an <b><i>optional</i></b> 
dependency on
 <a href='http://commons.apache.org/collections'>Commons Collections</a>
 </p>
+<p>
+Version 1.9.0 reverts this split for reasons outlined at
+<a href="http://issues.apache.org/jira/browse/BEANUTILS-379";>BEANUTILS-379</a>.
+There is now only one jar for the BeanUtils library.
+</p>
 </subsection>
 <subsection name='Bean Collections'>
 <p>
@@ -102,16 +107,31 @@ note the property reference syntax optio
 
 
 <section name="Releases">
-<subsection name="1.8.x releases">
+<subsection name="1.9.0 release">
   <p>
-    BeanUtils <strong>1.8.x</strong> releases are binary compatible with 
version 1.7.0 and
-    require a minimum of JDK 1.3.
+    BeanUtils <strong>1.9.0</strong> is binary compatible (with a minor 
exception
+    described in the release notes) with version 1.8.3 and requires a minimum 
of
+    JDK 1.5.
   </p>
   <p>
     The latest BeanUtils release is available to download
     <a 
href="http://commons.apache.org/beanutils/download_beanutils.cgi";>here</a>.
   </p>
   <ul>
+    <li>1.9.0
+      <ul>
+        <li><a 
href="http://commons.apache.org/beanutils/javadocs/v1.9.0/RELEASE-NOTES.txt";>Release
 Notes</a></li>
+        <li><a 
href="http://commons.apache.org/beanutils/javadocs/v1.9.0/apidocs/index.html";>JavaDoc</a></li>
+      </ul>
+    </li>
+  </ul>
+</subsection>
+<subsection name="1.8.x releases">
+  <p>
+    BeanUtils <strong>1.8.x</strong> releases are binary compatible with 
version 1.7.0 and
+    require a minimum of JDK 1.3.
+  </p>
+  <ul>
     <li>1.8.3
       <ul>
         <li><a 
href="http://commons.apache.org/beanutils/javadocs/v1.8.3/RELEASE-NOTES.txt";>Release
 Notes</a></li>


Reply via email to