Author: jmitchell
Date: Tue Oct 31 19:11:25 2006
New Revision: 469762

URL: http://svn.apache.org/viewvc?view=rev&rev=469762
Log:
fix pom scm locations

Modified:
    struts/struts1/trunk/core/pom.xml
    struts/struts1/trunk/el/pom.xml
    struts/struts1/trunk/extras/pom.xml
    struts/struts1/trunk/faces/pom.xml
    struts/struts1/trunk/scripting/pom.xml
    struts/struts1/trunk/taglib/pom.xml
    struts/struts1/trunk/tiles/pom.xml

Modified: struts/struts1/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/core/pom.xml?view=diff&rev=469762&r1=469761&r2=469762
==============================================================================
--- struts/struts1/trunk/core/pom.xml (original)
+++ struts/struts1/trunk/core/pom.xml Tue Oct 31 19:11:25 2006
@@ -37,9 +37,9 @@
     <url>http://struts.apache.org</url>
 
     <scm>
-        
<connection>svm:svn:http://svn.apache.org/repos/asf/struts/action/trunk</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/action/trunk</developerConnection>
-        <url>http://svn.apache.org/repos/asf/struts/action/trunk</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/core/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/core</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/core</url>
     </scm>
     
     <distributionManagement>

Modified: struts/struts1/trunk/el/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/el/pom.xml?view=diff&rev=469762&r1=469761&r2=469762
==============================================================================
--- struts/struts1/trunk/el/pom.xml (original)
+++ struts/struts1/trunk/el/pom.xml Tue Oct 31 19:11:25 2006
@@ -36,6 +36,12 @@
    <name>Struts EL</name>
    <url>http://struts.apache.org</url>
    
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/el/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/el/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/el/</url>
+    </scm>
+    
    <distributionManagement>
       <site>
          <id>apache-site</id>

Modified: struts/struts1/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/extras/pom.xml?view=diff&rev=469762&r1=469761&r2=469762
==============================================================================
--- struts/struts1/trunk/extras/pom.xml (original)
+++ struts/struts1/trunk/extras/pom.xml Tue Oct 31 19:11:25 2006
@@ -36,6 +36,12 @@
    <name>Struts Extras</name>
    <url>http://struts.apache.org</url>
 
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/extras/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/extras/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/extras/</url>
+    </scm>
+    
    <distributionManagement>
       <site>
          <id>apache-site</id>

Modified: struts/struts1/trunk/faces/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/faces/pom.xml?view=diff&rev=469762&r1=469761&r2=469762
==============================================================================
--- struts/struts1/trunk/faces/pom.xml (original)
+++ struts/struts1/trunk/faces/pom.xml Tue Oct 31 19:11:25 2006
@@ -36,6 +36,12 @@
    <name>Struts Faces</name>
    <url>http://struts.apache.org</url>
 
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/faces/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/faces/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/faces/</url>
+    </scm>
+    
    <distributionManagement>
       <site>
          <id>apache-site</id>

Modified: struts/struts1/trunk/scripting/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/scripting/pom.xml?view=diff&rev=469762&r1=469761&r2=469762
==============================================================================
--- struts/struts1/trunk/scripting/pom.xml (original)
+++ struts/struts1/trunk/scripting/pom.xml Tue Oct 31 19:11:25 2006
@@ -36,6 +36,12 @@
    <name>Struts Scripting</name>
    <url>http://struts.apache.org</url>
 
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/scripting/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/scripting/</developerConnection>
+        
<url>http://svn.apache.org/repos/asf/struts/struts1/trunk/scripting/</url>
+    </scm>
+    
    <distributionManagement>
       <site>
          <id>apache-site</id>

Modified: struts/struts1/trunk/taglib/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/taglib/pom.xml?view=diff&rev=469762&r1=469761&r2=469762
==============================================================================
--- struts/struts1/trunk/taglib/pom.xml (original)
+++ struts/struts1/trunk/taglib/pom.xml Tue Oct 31 19:11:25 2006
@@ -36,6 +36,12 @@
    <name>Struts Taglib</name>
    <url>http://struts.apache.org</url>
 
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/taglib/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/taglib/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/taglib/</url>
+    </scm>
+    
    <distributionManagement>
       <site>
          <id>apache-site</id>

Modified: struts/struts1/trunk/tiles/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/tiles/pom.xml?view=diff&rev=469762&r1=469761&r2=469762
==============================================================================
--- struts/struts1/trunk/tiles/pom.xml (original)
+++ struts/struts1/trunk/tiles/pom.xml Tue Oct 31 19:11:25 2006
@@ -36,6 +36,12 @@
    <name>Struts Tiles</name>
    <url>http://struts.apache.org</url>
    
+    <scm>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/</url>
+    </scm>
+    
    <distributionManagement>
       <site>
          <id>apache-site</id>


Reply via email to