Author: oheger
Date: Thu Nov 19 21:30:18 2015
New Revision: 1715288
URL: http://svn.apache.org/viewvc?rev=1715288&view=rev
Log:
[CONFIGURATION-606] Updated index page.
Added a note that beta versions are not deployed to Maven central.
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=1715288&r1=1715287&r2=1715288&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/index.xml Thu Nov 19
21:30:18 2015
@@ -70,7 +70,7 @@ Integer integer = config.getInteger("num
</p>
</section>
- <section name="Commons Configuration 2.0 beta1">
+ <section name="Commons Configuration 2.0 beta2">
<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>.
@@ -84,9 +84,12 @@ Integer integer = config.getInteger("num
feedback from the community regarding changed and new concepts
implemented
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
- 2.0. It describes the most important changes.
+ page</a>; however, it was decided to <strong>not</strong> publish it to
+ Maven central. (We want to prevent the problematic scenario of having
+ multiple incompatible artifacts with the same Maven coordinates.) 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>