You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2008/12/20 09:55:51 UTC

svn commit: r728255 - /tiles/framework/trunk/pom.xml

Author: apetrelli
Date: Sat Dec 20 00:55:51 2008
New Revision: 728255

URL: http://svn.apache.org/viewvc?rev=728255&view=rev
Log:
Moved SVN repository pointing from svn.apache.org to svn.eu.apache.org.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=728255&r1=728254&r2=728255&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Sat Dec 20 00:55:51 2008
@@ -39,9 +39,9 @@
     <url>http://tiles.apache.org/framework/</url>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/tiles/framework/trunk/</url>
+        <connection>scm:svn:http://svn.eu.apache.org/repos/asf/tiles/framework/trunk/</connection>
+        <developerConnection>scm:svn:https://svn.eu.apache.org/repos/asf/tiles/framework/trunk/</developerConnection>
+        <url>http://svn.eu.apache.org/viewvc/tiles/framework/trunk/</url>
     </scm>
 
     <ciManagement />
@@ -156,7 +156,7 @@
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
-                    <configLocation>http://svn.apache.org/repos/asf/tiles/maven/trunk/build/tiles_checks.xml
+                    <configLocation>http://svn.eu.apache.org/repos/asf/tiles/maven/trunk/build/tiles_checks.xml
                     </configLocation>
                 </configuration>
             </plugin>