Creating tag commons-vfs2-project-2.2-rc1 for Apache Commons VFS 2.2-RC1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs2-project-2.2-rc1@1809435 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 3acc3e1..d69ae6b 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -146,9 +146,9 @@
         <section name="Building Commons VFS">
             <p>
                 To build Commons VFS, you can use <a href="http://maven.apache.org">Maven</a> 3.0.5 or later.
-                You need to use Java 6 or later (tested with Java 6 - 8). Production builds are done with the
-                <code>-Pjava-1.6</code> profile from Commons Parent (which will compile and test with a JDK
-                from the JAVA_1_6_HOME environment variable).
+                You need to use Java 7 or later (tested with Java 7 - 8). Production builds are done with the
+                <code>-Pjava-1.7</code> profile from Commons Parent (which will compile and test with a JDK
+                from the JAVA_1_7_HOME environment variable).
             </p><p>
                 Use <code>mvn clean verify</code> to locally build and test the <code>core</code> and 
                 <code>examples</code> modules. This will build the core JAR files in
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index c30df46..a01b4a7 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -66,12 +66,18 @@
 
         <section name="Requirements">
            <p>
-            Apache Commons VFS 2.1 requires Java 6. Many of the file systems require that optional components be present
-            in order for the protocol to be enabled. See the <a href="download.html">download and build</a> page for
-            information on the optional dependencies.
+            Many of the file systems require that optional components be present in order for the protocol to be 
+            enabled. See the <a href="download.html">download and build</a> page for information on the optional 
+            dependencies.
           </p>
           <p>
-           Apache Commons VFS 2.0 can be used in a Java 5 runtime.
+           Apache Commons VFS 2.2 requires Java 7.
+          </p>
+          <p>
+           Apache Commons VFS 2.1 requires Java 6.
+          </p>
+          <p>
+           Apache Commons VFS 2.0 requires Java 5.
           </p>
         </section>