[maven-release-plugin] prepare release tiles-parent-3.0.5

git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1626664 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 83846f7..acf2a5d 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -30,13 +30,13 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X/assembly</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/branches/TILES_3_0_X/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/tags/tiles-parent-3.0.5/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-parent-3.0.5/assembly</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/tags/tiles-parent-3.0.5/assembly</url>
   </scm>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 2f58a90..64bb750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,15 +33,15 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
     <packaging>pom</packaging>
     <name>Tiles 3</name>
     <description>Tiles 3: A framework for page composition.</description>
     <url>http://tiles.apache.org/framework/</url>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X</developerConnection>
-        <url>http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/tags/tiles-parent-3.0.5</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-parent-3.0.5</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/framework/tags/tiles-parent-3.0.5</url>
     </scm>
 
     <ciManagement />
diff --git a/tiles-api/pom.xml b/tiles-api/pom.xml
index d87264e..bc70e52 100644
--- a/tiles-api/pom.xml
+++ b/tiles-api/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.tiles</groupId>
         <artifactId>tiles-parent</artifactId>
-        <version>3.0.5-SNAPSHOT</version>
+        <version>3.0.5</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-compat/pom.xml b/tiles-compat/pom.xml
index 7c82a85..0392a65 100644
--- a/tiles-compat/pom.xml
+++ b/tiles-compat/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-core/pom.xml b/tiles-core/pom.xml
index 035c59e..99492e0 100644
--- a/tiles-core/pom.xml
+++ b/tiles-core/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-el/pom.xml b/tiles-el/pom.xml
index 4eae06f..46cc3bf 100644
--- a/tiles-el/pom.xml
+++ b/tiles-el/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-extras/pom.xml b/tiles-extras/pom.xml
index c1e1327..c1ea058 100644
--- a/tiles-extras/pom.xml
+++ b/tiles-extras/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-freemarker/pom.xml b/tiles-freemarker/pom.xml
index 7694c1a..7a4b3eb 100644
--- a/tiles-freemarker/pom.xml
+++ b/tiles-freemarker/pom.xml
@@ -30,7 +30,7 @@
   <parent>
       <artifactId>tiles-parent</artifactId>
       <groupId>org.apache.tiles</groupId>
-      <version>3.0.5-SNAPSHOT</version>
+      <version>3.0.5</version>
   </parent>
   <build>
     <plugins>
diff --git a/tiles-jsp/pom.xml b/tiles-jsp/pom.xml
index 60f6012..348d2db 100644
--- a/tiles-jsp/pom.xml
+++ b/tiles-jsp/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-mvel/pom.xml b/tiles-mvel/pom.xml
index 8b88773..89b6474 100644
--- a/tiles-mvel/pom.xml
+++ b/tiles-mvel/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-ognl/pom.xml b/tiles-ognl/pom.xml
index f8f5413..dc85925 100644
--- a/tiles-ognl/pom.xml
+++ b/tiles-ognl/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-servlet/pom.xml b/tiles-servlet/pom.xml
index d9f9368..a0455c6 100644
--- a/tiles-servlet/pom.xml
+++ b/tiles-servlet/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-parent</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-template/pom.xml b/tiles-template/pom.xml
index 24ddd2b..6aca8cc 100644
--- a/tiles-template/pom.xml
+++ b/tiles-template/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <artifactId>tiles-parent</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
   <build>
     <plugins>
diff --git a/tiles-test-pom/pom.xml b/tiles-test-pom/pom.xml
index bacca88..588d611 100644
--- a/tiles-test-pom/pom.xml
+++ b/tiles-test-pom/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>tiles-parent</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
   <artifactId>tiles-test-pom</artifactId>
   <packaging>pom</packaging>
diff --git a/tiles-test-pom/tiles-test-alt/pom.xml b/tiles-test-pom/tiles-test-alt/pom.xml
index 77c45e6..73ec5f1 100644
--- a/tiles-test-pom/tiles-test-alt/pom.xml
+++ b/tiles-test-pom/tiles-test-alt/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>tiles-test-pom</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
   <artifactId>tiles-test-alt</artifactId>
   <name>Tiles - Test webapp alternate configuration</name>
diff --git a/tiles-test-pom/tiles-test-common/pom.xml b/tiles-test-pom/tiles-test-common/pom.xml
index ca413b2..0ea1029 100644
--- a/tiles-test-pom/tiles-test-common/pom.xml
+++ b/tiles-test-pom/tiles-test-common/pom.xml
@@ -26,11 +26,11 @@
   <parent>
     <artifactId>tiles-test-pom</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-test-common</artifactId>
-  <version>3.0.5-SNAPSHOT</version>
+  <version>3.0.5</version>
   <name>Tiles - Test webapp common classes</name>
   <description>Common classes between modules of the test webapp.</description>
   <dependencies>
diff --git a/tiles-test-pom/tiles-test-db/pom.xml b/tiles-test-pom/tiles-test-db/pom.xml
index 201ccaf..d82fd08 100644
--- a/tiles-test-pom/tiles-test-db/pom.xml
+++ b/tiles-test-pom/tiles-test-db/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <artifactId>tiles-test-pom</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
   <artifactId>tiles-test-db</artifactId>
   <name>Tiles - Test webapp database configuration</name>
diff --git a/tiles-test-pom/tiles-test/pom.xml b/tiles-test-pom/tiles-test/pom.xml
index 6bae1b0..49c77d2 100644
--- a/tiles-test-pom/tiles-test/pom.xml
+++ b/tiles-test-pom/tiles-test/pom.xml
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.apache.tiles</groupId>
       <artifactId>tiles-test-pom</artifactId>
-      <version>3.0.5-SNAPSHOT</version>
+      <version>3.0.5</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-velocity/pom.xml b/tiles-velocity/pom.xml
index 5a5b199..1124562 100644
--- a/tiles-velocity/pom.xml
+++ b/tiles-velocity/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>tiles-parent</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>3.0.5-SNAPSHOT</version>
+    <version>3.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>