[maven-release-plugin] prepare release commons-vfs-project-2.0

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/vfs/trunk@1031748 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index 8256d74..fc67f15 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,13 +24,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/dist/pom.xml b/dist/pom.xml
index 0538ee2..69caa3d 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -24,14 +24,14 @@
   <name>Commons VFS Distribution</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs-distribution</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>2.0</version>
   <packaging>pom</packaging>
   <description>VFS is a Virtual File System library - Distribution archives.</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 7d725e8..9c292d8 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,13 +24,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>
 
diff --git a/pom.xml b/pom.xml
index 122b8e5..fac216a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,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>
@@ -49,9 +49,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/vfs/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs-project-2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs-project-2.0</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/vfs/tags/commons-vfs-project-2.0</url>
   </scm>
 
   <developers>
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index 329ffa1..b5cd897 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -24,13 +24,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>