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

git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1755965 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 3cb0f11..198d6fb 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.7-SNAPSHOT</version>
+    <version>3.0.7</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.7/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-parent-3.0.7/assembly</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/tags/tiles-parent-3.0.7/assembly</url>
   </scm>
 
   <build>
diff --git a/pom.xml b/pom.xml
index dcef6ea..0f5d4d8 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.7-SNAPSHOT</version>
+    <version>3.0.7</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.7</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-parent-3.0.7</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/framework/tags/tiles-parent-3.0.7</url>
     </scm>
 
     <ciManagement />
diff --git a/tiles-api/pom.xml b/tiles-api/pom.xml
index c9f29f4..ade2d12 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.7-SNAPSHOT</version>
+        <version>3.0.7</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-compat/pom.xml b/tiles-compat/pom.xml
index d9896bc..9e26dd0 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-core/pom.xml b/tiles-core/pom.xml
index 16a4cbf..3339418 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-el/pom.xml b/tiles-el/pom.xml
index 95734a9..42a1e59 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-extras/pom.xml b/tiles-extras/pom.xml
index 5fee26b..4497032 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-freemarker/pom.xml b/tiles-freemarker/pom.xml
index 830145a..4e89035 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.7-SNAPSHOT</version>
+      <version>3.0.7</version>
   </parent>
   <build>
     <plugins>
diff --git a/tiles-jsp/pom.xml b/tiles-jsp/pom.xml
index f7101d1..5a18f57 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-mvel/pom.xml b/tiles-mvel/pom.xml
index 06a44ec..7864f93 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-ognl/pom.xml b/tiles-ognl/pom.xml
index b63ed03..17f2b4a 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-servlet/pom.xml b/tiles-servlet/pom.xml
index 74aebaf..348f072 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-template/pom.xml b/tiles-template/pom.xml
index 3365821..3b0fafc 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
   <build>
     <plugins>
diff --git a/tiles-test-pom/pom.xml b/tiles-test-pom/pom.xml
index 5345b61..a1645e0 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.7-SNAPSHOT</version>
+    <version>3.0.7</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 3fbed68..b3d0b99 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.7-SNAPSHOT</version>
+    <version>3.0.7</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 e3e6352..4fc1fd2 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-test-common</artifactId>
-  <version>3.0.7-SNAPSHOT</version>
+  <version>3.0.7</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 b89ba13..e2144e6 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.7-SNAPSHOT</version>
+    <version>3.0.7</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 bfbf6f5..5ce5063 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.7-SNAPSHOT</version>
+      <version>3.0.7</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-velocity/pom.xml b/tiles-velocity/pom.xml
index 7fbbe5b..f805a02 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.7-SNAPSHOT</version>
+    <version>3.0.7</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>