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

git-svn-id: https://svn.apache.org/repos/asf/tiles/request/branches/TREQ_1_0_X@1334206 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d3de36b..fe3fcf2 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <build>
diff --git a/pom.xml b/pom.xml
index d6015cc..415c162 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,15 +29,15 @@
     </parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</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.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/request/tags/tiles-request-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/request/tags/tiles-request-1.0.0</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -163,7 +163,7 @@
             <dependency>
                 <groupId>org.apache.tiles</groupId>
                 <artifactId>tiles-autotag-core-runtime</artifactId>
-                <version>${project.version}</version>
+                <version>1.0.0</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
diff --git a/tiles-request-api/pom.xml b/tiles-request-api/pom.xml
index 345d07c..ee5e05f 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-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request-api</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</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 4dabc58..72cebc8 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-freemarker</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</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 206702e..bac7f3a 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-SNAPSHOT</version>
+		<version>1.0.0</version>
 	</parent>
 	<groupId>org.apache.tiles</groupId>
 	<artifactId>tiles-request-jsp</artifactId>
-	<version>1.0-SNAPSHOT</version>
+	<version>1.0.0</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 c114b37..29c2099 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-mustache</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</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 075b485..2b7ca12 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tiles-request-portlet-wildcard</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</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 6941891..1bf09f9 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tiles-request-portlet</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</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 a7ede2d..db4d17f 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/tiles-request-servlet/pom.xml b/tiles-request-servlet/pom.xml
index 24b457c..14364f3 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-servlet</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</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 c8fe373..f7681f9 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-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <groupId>org.apache.tiles</groupId>
   <artifactId>tiles-request-velocity</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Tiles Request - Velocity support</name>
   <description>Velocity implementation of the Tiles request framework</description>
   <dependencies>