You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/12/09 22:22:28 UTC

svn commit: r1644189 - /commons/proper/configuration/trunk/src/site/xdoc/index.xml

Author: oheger
Date: Tue Dec  9 21:22:27 2014
New Revision: 1644189

URL: http://svn.apache.org/r1644189
Log:
Updated index page regarding current alpha release.

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

Modified: commons/proper/configuration/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/index.xml?rev=1644189&r1=1644188&r2=1644189&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/index.xml Tue Dec  9 21:22:27 2014
@@ -70,7 +70,7 @@ Integer integer = config.getInteger("num
       </p>
     </section>  	
     
-    <section name="Commons Configuration 2.0 alpha1">
+    <section name="Commons Configuration 2.0 alpha2">
     <p>
       The latest stable release of Apache Commons Configuration is version 1.10. It is available from the
       <a href="http://commons.apache.org/configuration/download_configuration.cgi">Apache download area</a>. 
@@ -80,16 +80,16 @@ Integer integer = config.getInteger("num
     <p>
       In the meantime, work has been spent on a major redesign of the library
       addressing some of the weaknesses of the 1.x version series. The results
-      are now made available as an alpha release. This release aims at gaining
+      are now made available as a series of alpha releases. These releases aim at gaining
       feedback from the community regarding changed and new concepts implemented
-      for version 2.0. It is not yet production ready! The version is also
+      for version 2.0. They are not yet production ready! The current alpha version is also
       available from the <a href="http://commons.apache.org/configuration/download_configuration.cgi">Download
       page</a>. There is a <a href="userguide/upgradeto2_0.html">Migration
       guide</a> that can be used as guideline when upgrading from version 1.x to
       2.0. It describes the most important changes.
     </p>
     </section>
-    
+
     <section name="History">
       <p>
         Commons Configuration started as code in Apache JServ.  The JServ code was subsequently