You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by nl...@apache.org on 2012/03/20 02:22:26 UTC

svn commit: r1302746 - in /tiles/framework/trunk: tiles-autotag/pom.xml tiles-request/pom.xml

Author: nlebas
Date: Tue Mar 20 01:22:25 2012
New Revision: 1302746

URL: http://svn.apache.org/viewvc?rev=1302746&view=rev
Log:
changed the URLs of autotag and request to match JIRA

Modified:
    tiles/framework/trunk/tiles-autotag/pom.xml
    tiles/framework/trunk/tiles-request/pom.xml

Modified: tiles/framework/trunk/tiles-autotag/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-autotag/pom.xml?rev=1302746&r1=1302745&r2=1302746&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-autotag/pom.xml (original)
+++ tiles/framework/trunk/tiles-autotag/pom.xml Tue Mar 20 01:22:25 2012
@@ -34,7 +34,7 @@ under the License.
     <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 @@ under the License.
     <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>

Modified: tiles/framework/trunk/tiles-request/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-request/pom.xml?rev=1302746&r1=1302745&r2=1302746&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-request/pom.xml (original)
+++ tiles/framework/trunk/tiles-request/pom.xml Tue Mar 20 01:22:25 2012
@@ -34,7 +34,7 @@ under the License.
     <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 @@ under the License.
     <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>