[maven-release-plugin] prepare release tiles-request-1.0.1

git-svn-id: https://svn.apache.org/repos/asf/tiles/request/branches/TREQ_1_0_X@1360355 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index b736411..1318d34 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
 
   <build>
diff --git a/pom.xml b/pom.xml
index ef3b051..d36ee8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,15 +29,15 @@
     </parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <packaging>pom</packaging>
     <name>Tiles Request Framework</name>
     <description>Request abstraction for various request and template technologies</description>
     <url>http://tiles.apache.org/tiles-request/</url>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/request/branches/TREQ_1_0_X</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/request/branches/TREQ_1_0_X</developerConnection>
-        <url>http://svn.apache.org/viewvc/tiles/request/branches/TREQ_1_0_X</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/request/tags/tiles-request-1.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/request/tags/tiles-request-1.0.1</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/request/tags/tiles-request-1.0.1</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>
diff --git a/tiles-request-api/pom.xml b/tiles-request-api/pom.xml
index 949b4f6..ef25aea 100644
--- a/tiles-request-api/pom.xml
+++ b/tiles-request-api/pom.xml
@@ -24,11 +24,11 @@
     <parent>
         <artifactId>tiles-request</artifactId>
         <groupId>org.apache.tiles</groupId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request-api</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <name>Tiles request - API</name>
     <description>API for the Tiles Request framework.</description>
     <dependencies>
diff --git a/tiles-request-freemarker/pom.xml b/tiles-request-freemarker/pom.xml
index e34eba0..5c9969b 100644
--- a/tiles-request-freemarker/pom.xml
+++ b/tiles-request-freemarker/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <artifactId>tiles-request</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-freemarker</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <name>Tiles Request - Freemarker support</name>
   <description>Freemarker implementation of the Tiles request framework</description>
   <dependencies>
diff --git a/tiles-request-jsp/pom.xml b/tiles-request-jsp/pom.xml
index ae3a602..e647ac5 100644
--- a/tiles-request-jsp/pom.xml
+++ b/tiles-request-jsp/pom.xml
@@ -24,11 +24,11 @@
 	<parent>
 		<artifactId>tiles-request</artifactId>
 		<groupId>org.apache.tiles</groupId>
-		<version>1.0.1-SNAPSHOT</version>
+		<version>1.0.1</version>
 	</parent>
 	<groupId>org.apache.tiles</groupId>
 	<artifactId>tiles-request-jsp</artifactId>
-	<version>1.0.1-SNAPSHOT</version>
+	<version>1.0.1</version>
 	<name>Tiles Request - JSP support</name>
 	<description>JSP implementation of the Tiles Request framework.</description>
 	<dependencies>
diff --git a/tiles-request-mustache/pom.xml b/tiles-request-mustache/pom.xml
index 505ed3c..0f3a853 100644
--- a/tiles-request-mustache/pom.xml
+++ b/tiles-request-mustache/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <artifactId>tiles-request</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-mustache</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <name>Tiles request - Mustache support</name>
   <description>Tiles request implementation for Mustache templates.</description>
   <dependencies>
diff --git a/tiles-request-portlet-wildcard/pom.xml b/tiles-request-portlet-wildcard/pom.xml
index f0047eb..df1f38f 100644
--- a/tiles-request-portlet-wildcard/pom.xml
+++ b/tiles-request-portlet-wildcard/pom.xml
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tiles-request-portlet-wildcard</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <packaging>jar</packaging>
   <name>Tiles - Wildcard file loading in Portlets</name>
   <description>Tiles Wildcard file loading in Portlets: Allows to load resources using wildcards.</description>
diff --git a/tiles-request-portlet/pom.xml b/tiles-request-portlet/pom.xml
index 8596c71..fdb8a37 100644
--- a/tiles-request-portlet/pom.xml
+++ b/tiles-request-portlet/pom.xml
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tiles-request-portlet</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <packaging>jar</packaging>
   <name>Tiles - Portlet support</name>
   <description>Tiles portlet support, to enable use of Tiles inside a Portlet container.
diff --git a/tiles-request-servlet-wildcard/pom.xml b/tiles-request-servlet-wildcard/pom.xml
index 9312d2a..c8b3596 100644
--- a/tiles-request-servlet-wildcard/pom.xml
+++ b/tiles-request-servlet-wildcard/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-request-servlet/pom.xml b/tiles-request-servlet/pom.xml
index 91e57c2..57fbad9 100644
--- a/tiles-request-servlet/pom.xml
+++ b/tiles-request-servlet/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <artifactId>tiles-request</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-servlet</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <name>Tiles request - Servlet support</name>
   <description>Tiles request implementation for Servlet technology.</description>
   <dependencies>
diff --git a/tiles-request-velocity/pom.xml b/tiles-request-velocity/pom.xml
index 2edef2d..f3d4e76 100644
--- a/tiles-request-velocity/pom.xml
+++ b/tiles-request-velocity/pom.xml
@@ -24,11 +24,11 @@
   <parent>
     <artifactId>tiles-request</artifactId>
     <groupId>org.apache.tiles</groupId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-velocity</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <name>Tiles Request - Velocity support</name>
   <description>Velocity implementation of the Tiles request framework</description>
   <dependencies>