[maven-scm] copy for tag tiles-2.0.1

git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.1@509292 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bd1a388..1a6584f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,15 +9,15 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
     <packaging>pom</packaging>
     <name>Tiles 2</name>
     <description>Tiles 2</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/tiles/framework/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/framework/tags/tiles-2.0.1</url>
     </scm>
 
     <ciManagement />
diff --git a/tiles-api/pom.xml b/tiles-api/pom.xml
index 818032a..8912191 100644
--- a/tiles-api/pom.xml
+++ b/tiles-api/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.tiles</groupId>
         <artifactId>tiles-parent</artifactId>
-        <version>2.0.1-SNAPSHOT</version>
+        <version>2.0.1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-core/pom.xml b/tiles-core/pom.xml
index 622dd2c..6267b8b 100644
--- a/tiles-core/pom.xml
+++ b/tiles-core/pom.xml
@@ -22,13 +22,12 @@
  *
  */
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-test/pom.xml b/tiles-test/pom.xml
index 36aac64..f40da66 100644
--- a/tiles-test/pom.xml
+++ b/tiles-test/pom.xml
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.apache.tiles</groupId>
       <artifactId>tiles-parent</artifactId>
-      <version>2.0.1-SNAPSHOT</version>
+      <version>2.0.1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>