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 2015/06/14 20:53:57 UTC

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

Author: oheger
Date: Sun Jun 14 18:53:57 2015
New Revision: 1685442

URL: http://svn.apache.org/r1685442
Log:
Updated site regarding most recent beta release.

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

Modified: commons/proper/configuration/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/site.xml?rev=1685442&r1=1685441&r2=1685442&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/site.xml (original)
+++ commons/proper/configuration/trunk/src/site/site.xml Sun Jun 14 18:53:57 2015
@@ -37,7 +37,7 @@
         <item name="Javadoc"                    href="http://commons.apache.org/configuration/javadocs/v1.10/apidocs/index.html"/>
         <item name="Runtime Dependencies"       href="/dependencies_1_10.html"/>
       </item>
-      <item name="2.0-alpha" collapse="true"    href="/index.html">
+      <item name="2.0-beta" collapse="true"     href="/index.html">
         <item name="User's Guide"               href="/userguide/user_guide.html"/>
         <item name="Upgrade Guide"              href="/userguide/upgradeto2_0.html"/>
         <item name="Javadoc"                    href="/apidocs/index.html"/>

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=1685442&r1=1685441&r2=1685442&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/index.xml Sun Jun 14 18:53:57 2015
@@ -70,7 +70,7 @@ Integer integer = config.getInteger("num
       </p>
     </section>  	
     
-    <section name="Commons Configuration 2.0 alpha2">
+    <section name="Commons Configuration 2.0 beta1">
     <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,9 +80,9 @@ 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 a series of alpha releases. These releases aim at gaining
+      are now made available as a series of alpha and beta releases. These releases aim at gaining
       feedback from the community regarding changed and new concepts implemented
-      for version 2.0. They are not yet production ready! The current alpha version is also
+      for version 2.0. They are not yet production ready! The current beta 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