[maven-release-plugin]  copy for tag tiles-request-1.0.1

git-svn-id: https://svn.apache.org/repos/asf/tiles/request/tags/tiles-request-1.0.1@1360356 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index ef500c6..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.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 6a43a08..d36ee8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,15 +29,15 @@
     </parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
-    <version>1.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/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/request/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/tiles/request/trunk/</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>
@@ -163,7 +163,7 @@
             <dependency>
                 <groupId>org.apache.tiles</groupId>
                 <artifactId>tiles-autotag-core-runtime</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1.0</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
diff --git a/tiles-request-api/pom.xml b/tiles-request-api/pom.xml
index 651623e..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.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request-api</artifactId>
-    <version>1.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 cd3a54f..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.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-freemarker</artifactId>
-  <version>1.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 e3dfccf..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.1-SNAPSHOT</version>
+		<version>1.0.1</version>
 	</parent>
 	<groupId>org.apache.tiles</groupId>
 	<artifactId>tiles-request-jsp</artifactId>
-	<version>1.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 ad2e1ab..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.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-mustache</artifactId>
-  <version>1.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 b163930..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.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tiles-request-portlet-wildcard</artifactId>
-  <version>1.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 bd6382b..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.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tiles-request-portlet</artifactId>
-  <version>1.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 fc2c831..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.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 9a0ab70..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.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-servlet</artifactId>
-  <version>1.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 b335528..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.1-SNAPSHOT</version>
+    <version>1.0.1</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-velocity</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <name>Tiles Request - Velocity support</name>
   <description>Velocity implementation of the Tiles request framework</description>
   <dependencies>