[maven-scm] copy for tag tiles-2.0.2

git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2@523741 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index fd0102d..86ce887 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -18,8 +18,7 @@
     limitations under the License.
 -->
 
-<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">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-assembly</artifactId>
@@ -32,13 +31,13 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/trunk/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/trunk/assembly</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/trunk/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/tags/tiles-2.0.2</url>
   </scm>
   
   <build>
diff --git a/pom.xml b/pom.xml
index 2ae2be8..9d1fe0f 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.2-SNAPSHOT</version>
+    <version>2.0.2</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.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/framework/tags/tiles-2.0.2</url>
     </scm>
 
     <ciManagement />
diff --git a/tiles-api/pom.xml b/tiles-api/pom.xml
index c51568b..7ea4647 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.2-SNAPSHOT</version>
+        <version>2.0.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-core/pom.xml b/tiles-core/pom.xml
index b9b0ff3..639a084 100644
--- a/tiles-core/pom.xml
+++ b/tiles-core/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-jsp/pom.xml b/tiles-jsp/pom.xml
index 4532bbb..8f794ca 100644
--- a/tiles-jsp/pom.xml
+++ b/tiles-jsp/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-test/pom.xml b/tiles-test/pom.xml
index e38e136..dd3960e 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.2-SNAPSHOT</version>
+      <version>2.0.2</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>