Prepare 2.1-rc2


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/vfs/branches/VFS-2.1@1743451 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index a00689c..d42e497 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,14 +24,14 @@
   <name>Apache Commons VFS Core</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</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.1-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/dist/pom.xml b/dist/pom.xml
index 967ad69..59a7902 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -23,14 +23,14 @@
   <name>Apache Commons VFS Distribution</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-distribution</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</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.1-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 7fabd29..bdb2777 100644
--- a/examples/pom.xml
+++ b/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.1-SNAPSHOT</version>
+  <version>2.1</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.1-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index abaf9a3..ceac4ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <name>Apache Commons VFS</name>
   <description>Apache Commons VFS is a Virtual File System library.</description>
   <packaging>pom</packaging>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
 
   <url>http://commons.apache.org/proper/commons-vfs/</url>
   <inceptionYear>2002</inceptionYear>
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index c988f7e..93d7e5e 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -24,13 +24,13 @@
   <name>Apache Commons VFS Sandbox</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-sandbox</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <description>Apache Commons VFS is a Virtual File System library - Sandbox.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs2-project</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.1</version>
     <relativePath>../</relativePath>
   </parent>