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/commons-vfs2-distribution/pom.xml b/commons-vfs2-distribution/pom.xml
index c51c0c7..b1c67ca 100644
--- a/commons-vfs2-distribution/pom.xml
+++ b/commons-vfs2-distribution/pom.xml
@@ -23,14 +23,14 @@
   <name>Apache Commons VFS Distribution</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-distribution</artifactId>
-  <version>2.2</version>
+  <version>2.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>Apache Commons VFS is a Virtual File System library - Distribution archives.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.2</version>
+    <version>2.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index de7a4b2..beda960 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -24,13 +24,13 @@
   <name>Apache Commons VFS Examples</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-examples</artifactId>
-  <version>2.2</version>
+  <version>2.2-SNAPSHOT</version>
   <description>Apache Commons VFS is a Virtual File System library - Examples.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.2</version>
+    <version>2.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/commons-vfs2/pom.xml b/commons-vfs2/pom.xml
index 0ee953c..22227ca 100644
--- a/commons-vfs2/pom.xml
+++ b/commons-vfs2/pom.xml
@@ -24,14 +24,14 @@
   <name>Apache Commons VFS</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2</artifactId>
-  <version>2.2</version>
+  <version>2.2-SNAPSHOT</version>
   <description>Apache Commons VFS is a Virtual File System library.</description>
   <url>http://commons.apache.org/proper/commons-vfs/</url>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.2</version>
+    <version>2.2-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index db954cc..c281a15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Commons VFS Project</name>
   <description>Apache Commons VFS is a Virtual File System library.</description>
   <packaging>pom</packaging>
-  <version>2.2</version>
+  <version>2.2-SNAPSHOT</version>
 
   <url>http://commons.apache.org/proper/commons-vfs/</url>
   <inceptionYear>2002</inceptionYear>
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>