[maven-release-plugin] prepare release xmlschema-2.0.1
diff --git a/pom.xml b/pom.xml
index 56bce04..25ea58d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>xmlschema</artifactId>
     <packaging>pom</packaging>
     <name>XmlSchema</name>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <description>Commons XMLSchema is a light weight schema object model that can be used to manipulate or
         generate XML schema.</description>
     <url>http://ws.apache.org/commons/XmlSchema</url>
@@ -54,9 +54,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/xmlschema/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/xmlschema/tags/xmlschema-2.0.1</url>
     </scm>
     <prerequisites>
         <maven>3.0</maven>
diff --git a/w3c-testcases/pom.xml b/w3c-testcases/pom.xml
index c133096..9ba9cb8 100644
--- a/w3c-testcases/pom.xml
+++ b/w3c-testcases/pom.xml
@@ -22,13 +22,13 @@
     <parent>
       <groupId>org.apache.ws.xmlschema</groupId>
       <artifactId>xmlschema</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.1</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>w3c-testcases</artifactId>
     <packaging>jar</packaging>
     <name>XmlSchema W3C tests</name>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <build>
         <defaultGoal>install</defaultGoal>
 	<plugins>
@@ -57,7 +57,7 @@
 	<dependency>
 	  <groupId>org.apache.ws.xmlschema</groupId>
 	  <artifactId>xmlschema-core</artifactId>
-	  <version>2.0.1-SNAPSHOT</version>
+	  <version>2.0.1</version>
 	  <scope>test</scope>
 	</dependency>
     </dependencies>
diff --git a/xmlschema-bundle-test/pom.xml b/xmlschema-bundle-test/pom.xml
index 46ea4d4..8633d85 100644
--- a/xmlschema-bundle-test/pom.xml
+++ b/xmlschema-bundle-test/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema-bundle-test</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>jar</packaging>
     <name>XmlSchema OSGi bundle test</name>
     <build>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.ws.xmlschema</groupId>
             <artifactId>xmlschema-core</artifactId>
-            <version>2.0.1-SNAPSHOT</version>
+            <version>2.0.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index f919f14..1845b5e 100644
--- a/xmlschema-core/pom.xml
+++ b/xmlschema-core/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema-core</artifactId>
     <packaging>bundle</packaging>
     <name>XmlSchema Core</name>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <description>Commons XMLSchema is a light weight schema object model that can be used to manipulate or
         generate XML schema.</description>
     <build>