changed the URLs of autotag and request to match JIRA

git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/trunk@1302746 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tiles-autotag/pom.xml b/tiles-autotag/pom.xml
index 5850c27..6309752 100644
--- a/tiles-autotag/pom.xml
+++ b/tiles-autotag/pom.xml
@@ -34,7 +34,7 @@
     <packaging>pom</packaging>
     <name>Autotags</name>
     <description>Automatic generation of tags.</description>
-    <url>http://tiles.apache.org/autotag/</url>
+    <url>http://tiles.apache.org/tiles-autotag/</url>
     <scm>
         <connection>scm:svn:http://svn.eu.apache.org/repos/asf/tiles/framework/trunk/tiles-autotag/</connection>
         <developerConnection>scm:svn:https://svn.eu.apache.org/repos/asf/tiles/framework/trunk/tiles-autotag/</developerConnection>
@@ -67,7 +67,7 @@
     <distributionManagement>
         <site>
             <id>apache-site</id>
-            <url>scp://people.apache.org/www/tiles.apache.org/autotag</url>
+            <url>scp://people.apache.org/www/tiles.apache.org/tiles-autotag</url>
         </site>
     </distributionManagement>
     <reporting>
diff --git a/tiles-request/pom.xml b/tiles-request/pom.xml
index 4d4c226..d17e402 100644
--- a/tiles-request/pom.xml
+++ b/tiles-request/pom.xml
@@ -34,7 +34,7 @@
     <packaging>pom</packaging>
     <name>Tiles Request Framework</name>
     <description>Request abstraction for various request and template technologies</description>
-    <url>http://tiles.apache.org/request/</url>
+    <url>http://tiles.apache.org/tiles-request/</url>
     <scm>
         <connection>scm:svn:http://svn.eu.apache.org/repos/asf/tiles/framework/trunk/tiles-request/</connection>
         <developerConnection>scm:svn:https://svn.eu.apache.org/repos/asf/tiles/framework/trunk/tiles-request/</developerConnection>
@@ -67,7 +67,7 @@
     <distributionManagement>
         <site>
             <id>apache-site</id>
-            <url>scp://people.apache.org/www/tiles.apache.org/request</url>
+            <url>scp://people.apache.org/www/tiles.apache.org/tiles-request</url>
         </site>
     </distributionManagement>
     <reporting>