Prepare for 2.5-RC1.
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 4e1fccd..d0f0925 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -29,7 +29,7 @@
 
         <section name="Building">
           <p>
-            Commons Configuration uses <a href="http://maven.apache.org">maven</a> as its build tool.
+            Commons Configuration uses <a href="http://maven.apache.org">Maven</a> as its build tool.
             Any recent version of Maven should work. To build the Configuration
             jar, change into the directory where the source distribution resides and run
             "mvn install". This will compile the source and tests, run the tests, and then
diff --git a/src/site/xdoc/dependencies.xml b/src/site/xdoc/dependencies.xml
index 07ed346..8439925 100644
--- a/src/site/xdoc/dependencies.xml
+++ b/src/site/xdoc/dependencies.xml
@@ -27,10 +27,10 @@
 
     <body>
 
-        <section name="Runtime dependencies for Commons Configuration 2.1.1">
+        <section name="Runtime dependencies for Commons Configuration">
 
             <p>
-              Commons Configuration 2.1.1 requires Java 6 or later.
+              Commons Configuration requires Java 8 or later.
             </p>
             <p>
               A lot of dependencies are declared in the Maven POM. These are all
@@ -115,57 +115,10 @@
                 Commons components. You should be able to use the current
                 versions of these components together with Commons Configuration.
                 In some cases, when no specific features are used, older
-                versions will work, too. Below is a table with the version
-                numbers that have been tested.</li>
-                <li>Some of the components listed in the table below may
-                require additional (transitive) dependencies. These are not
-                listed here.</li>
+                versions will work, too.</li> 
+                <li>See pom.xml for versions used to build and test this version.</li>
               </ul>
             </p>
-            <p>
-              <table>
-                <thead>
-                  <tr>
-                    <th>Component</th>
-                    <th>Version</th>
-                  </tr>
-                </thead>
-                <tbody>
-                  <tr>
-                    <td>commons-lang</td>
-                    <td>3.2.1, 3.3.2</td>
-                  </tr>
-                  <tr>
-                    <td>commons-logging</td>
-                    <td>1.1.1, 1.1.3</td>
-                  </tr>
-                  <tr>
-                    <td>commons-beanutils</td>
-                    <td>1.9.3</td>
-                  </tr>
-                  <tr>
-                    <td>commons-codec</td>
-                    <td>1.3, 1.5, 1.6, 1.9, 1.10</td>
-                  </tr>
-                  <tr>
-                    <td>commons-jxpath</td>
-                    <td>1.2, 1.3</td>
-                  </tr>
-                  <tr>
-                    <td>commons-jexl</td>
-                    <td>2.1.1</td>
-                  </tr>
-                  <tr>
-                    <td>commons-vfs</td>
-                    <td>2.0, 2.1</td>
-                  </tr>
-                  <tr>
-                    <td>xml-resolver</td>
-                    <td>1.2</td>
-                  </tr>
-                </tbody>
-              </table>
-            </p>
         </section>
 
     </body>
diff --git a/src/site/xdoc/userguide/upgradeto2_0.xml b/src/site/xdoc/userguide/upgradeto2_0.xml
index d379620..993dc63 100644
--- a/src/site/xdoc/userguide/upgradeto2_0.xml
+++ b/src/site/xdoc/userguide/upgradeto2_0.xml
@@ -104,7 +104,7 @@
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-configuration2</artifactId>
-  <version>2.0</version>
+  <version>2.5</version>
 </dependency>
 ]]></source>
     <p>