[maven-release-plugin] prepare branch AUTOTAG_1_0_X

git-svn-id: https://svn.apache.org/repos/asf/tiles/autotag/trunk@1334219 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-autotag-plugin/pom.xml b/maven-autotag-plugin/pom.xml
index 72a7365..3e8d0d2 100644
--- a/maven-autotag-plugin/pom.xml
+++ b/maven-autotag-plugin/pom.xml
@@ -19,8 +19,7 @@
 under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>tiles-autotag</artifactId>
diff --git a/pom.xml b/pom.xml
index 4bfc51e..13867f0 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-autotag</artifactId>
@@ -36,9 +35,9 @@
     <description>Automatic generation of tags.</description>
     <url>http://tiles.apache.org/tiles-autotag/</url>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/autotag/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/autotag/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/tiles/autotag/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/autotag/branches/AUTOTAG_1_0_X</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/autotag/branches/AUTOTAG_1_0_X</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/autotag/branches/AUTOTAG_1_0_X</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>
diff --git a/tiles-autotag-core/pom.xml b/tiles-autotag-core/pom.xml
index b9fe1ed..0cd9f98 100644
--- a/tiles-autotag-core/pom.xml
+++ b/tiles-autotag-core/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-autotag</artifactId>