You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/05/30 21:46:29 UTC

svn commit: r661836 - /cxf/trunk/pom.xml

Author: dkulp
Date: Fri May 30 12:46:29 2008
New Revision: 661836

URL: http://svn.apache.org/viewvc?rev=661836&view=rev
Log:
Put repos back to scpexe so master mode works.   I broke this when moving from the incubator.  :-(

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=661836&r1=661835&r2=661836&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Fri May 30 12:46:29 2008
@@ -49,16 +49,16 @@
         <repository>
             <id>apache.releases</id>
             <name>Apache Release Distribution Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
         </repository>
         <snapshotRepository>
             <id>apache.snapshots</id>
             <name>Apache Development Snapshot Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
         <site>
             <id>apache.cxf.site</id>
-            <url>scp://people.apache.org/www/cxf.apache.org/cxf/mvn_site</url>
+            <url>scpexe://people.apache.org/www/cxf.apache.org/cxf/mvn_site</url>
         </site>
     </distributionManagement>