Author: apetrelli
Date: Tue Feb 17 12:48:22 2009
New Revision: 745023

URL: http://svn.apache.org/viewvc?rev=745023&view=rev
Log:
TILES-366
Modified 2.1.x poms: fixed source connection and site deployment paths.

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

Modified: tiles/framework/branches/TILES_2_1_X/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_1_X/assembly/pom.xml?rev=745023&r1=745022&r2=745023&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_1_X/assembly/pom.xml (original)
+++ tiles/framework/branches/TILES_2_1_X/assembly/pom.xml Tue Feb 17 12:48:22 
2009
@@ -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_1_X/assembly</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_2_1_X/assembly</developerConnection>
+    
<url>http://svn.apache.org/viewcvs.cgi/tiles/framework/branches/TILES_2_1_X/assembly</url>
   </scm>
   
   <build>

Modified: tiles/framework/branches/TILES_2_1_X/pom.xml
URL: 
http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_1_X/pom.xml?rev=745023&r1=745022&r2=745023&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_1_X/pom.xml (original)
+++ tiles/framework/branches/TILES_2_1_X/pom.xml Tue Feb 17 12:48:22 2009
@@ -36,12 +36,12 @@
     <packaging>pom</packaging>
     <name>Tiles 2</name>
     <description>Tiles 2: A framework for page composition.</description>
-    <url>http://tiles.apache.org/framework/</url>
+    <url>http://tiles.apache.org/2.1/framework/</url>
 
     <scm>
-        
<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>
+        
<connection>scm:svn:http://svn.eu.apache.org/repos/asf/tiles/framework/branches/TILES_2_1_X/</connection>
+        
<developerConnection>scm:svn:https://svn.eu.apache.org/repos/asf/tiles/framework/branches/TILES_2_1_X/</developerConnection>
+        
<url>http://svn.eu.apache.org/viewvc/tiles/framework/branches/TILES_2_1_X/</url>
     </scm>
 
     <ciManagement />
@@ -65,7 +65,7 @@
         </repository>
         <site>
             <id>apache-site</id>
-            <url>scp://people.apache.org/www/tiles.apache.org/framework</url>
+            
<url>scp://people.apache.org/www/tiles.apache.org/2.1/framework</url>
         </site>
     </distributionManagement>
 


Reply via email to