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 2007/05/15 09:16:37 UTC

svn commit: r538074 - in /tiles/framework/branches/TILES_2_0_X: assembly/pom.xml pom.xml

Author: apetrelli
Date: Tue May 15 00:16:35 2007
New Revision: 538074

URL: http://svn.apache.org/viewvc?view=rev&rev=538074
Log:
Adjusted <scm> elements in TILES_2_0_X branch poms.

Modified:
    tiles/framework/branches/TILES_2_0_X/assembly/pom.xml
    tiles/framework/branches/TILES_2_0_X/pom.xml

Modified: tiles/framework/branches/TILES_2_0_X/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/assembly/pom.xml?view=diff&rev=538074&r1=538073&r2=538074
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/assembly/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/assembly/pom.xml Tue May 15 00:16:35 2007
@@ -34,9 +34,9 @@
   </parent>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/trunk/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/trunk/assembly</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/trunk/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/branches/TILES_2_0_X/assembly/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_2_0_X/assembly/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/branches/TILES_2_0_X/assembly/</url>
   </scm>
   
   <!-- FIXME Due to some bugs in assembly plugin 2.0.1 and 2.1, we needed to do

Modified: tiles/framework/branches/TILES_2_0_X/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/pom.xml?view=diff&rev=538074&r1=538073&r2=538074
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/pom.xml Tue May 15 00:16:35 2007
@@ -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.apache.org/repos/asf/tiles/framework/branches/TILES_2_0_X/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_2_0_X/</developerConnection>
+        <url>http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/</url>
     </scm>
 
     <ciManagement />