[maven-release-plugin] prepare branch TREQ_1_0_X

git-svn-id: https://svn.apache.org/repos/asf/tiles/request/trunk@1334195 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 6d0f2e2..d3de36b 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -105,9 +105,9 @@
                       <fileset dir="${settings.localRepository}/org/apache/tiles/${project.artifactId}/${project.version}">
                         <include name="${project.artifactId}-${project.version}-*.zip*" />
                         <include name="${project.artifactId}-${project.version}-*.tar.gz*" />
-                        <exclude name="${project.artifactId}-${project.version}-source-release.*"/>
+                        <exclude name="${project.artifactId}-${project.version}-source-release.*" />
                       </fileset>
-                      <mapper type="glob" from="${project.artifactId}-*" to="tiles-request-*"/>
+                      <mapper type="glob" from="${project.artifactId}-*" to="tiles-request-*" />
                     </copy>
                   </tasks>
                 </configuration>
diff --git a/pom.xml b/pom.xml
index abc4df7..d6015cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,14 +19,13 @@
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>tiles-master</artifactId>
         <groupId>org.apache.tiles</groupId>
         <version>4</version>
-        <relativePath/>
+        <relativePath />
     </parent>
     <groupId>org.apache.tiles</groupId>
     <artifactId>tiles-request</artifactId>
@@ -36,9 +35,9 @@
     <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/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>
     </scm>
     <issueManagement>
         <system>JIRA</system>
diff --git a/tiles-request-api/pom.xml b/tiles-request-api/pom.xml
index 8da0917..345d07c 100644
--- a/tiles-request-api/pom.xml
+++ b/tiles-request-api/pom.xml
@@ -19,8 +19,7 @@
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>tiles-request</artifactId>
diff --git a/tiles-request-jsp/pom.xml b/tiles-request-jsp/pom.xml
index a726060..206702e 100644
--- a/tiles-request-jsp/pom.xml
+++ b/tiles-request-jsp/pom.xml
@@ -19,8 +19,7 @@
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>tiles-request</artifactId>