Creating VFS-2.0-RC1 tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/vfs/tags/VFS-2.0-RC1@1030507 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index 37db107..d14a0bd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -26,13 +26,13 @@
   <name>Commons VFS Core</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <description>VFS is a Virtual File System library.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs-project</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index dbf1930..bdf320f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -7,9 +7,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
-  
+
         http://www.apache.org/licenses/LICENSE-2.0
-  
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -25,13 +25,13 @@
   <name>Commons VFS Examples</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs-examples</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <description>VFS is a Virtual File System library - Examples.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs-project</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -76,7 +76,7 @@
   <properties>
     <commons.componentid>vfs-examples</commons.componentid>
     <vfs.parent.dir>${basedir}/..</vfs.parent.dir>
-  </properties> 
+  </properties>
 
   <build>
     <resources>
diff --git a/pom.xml b/pom.xml
index 1199654..baf01aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <name>Commons VFS</name>
   <description>VFS is a Virtual File System library.</description>
   <packaging>pom</packaging>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
 
   <url>http://commons.apache.org/vfs/</url>
   <inceptionYear>2002</inceptionYear>
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index 3e39fd4..673a6fb 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -7,9 +7,9 @@
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
-  
+
         http://www.apache.org/licenses/LICENSE-2.0
-  
+
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -26,13 +26,13 @@
   <name>Commons VFS Sandbox</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs-sandbox</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <description>VFS is a Virtual File System library - Sandbox.</description>
 
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-vfs-project</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <relativePath>../</relativePath>
   </parent>