Author: dkulp
Date: Fri May 30 12:47:19 2008
New Revision: 661837
URL: http://svn.apache.org/viewvc?rev=661837&view=rev
Log:
Merged revisions 661836 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r661836 | dkulp | 2008-05-30 15:46:29 -0400 (Fri, 30 May 2008) | 2 lines
Put repos back to scpexe so master mode works. I broke this when moving
from the incubator. :-(
........
Modified:
cxf/branches/2.0.x-fixes/ (props changed)
cxf/branches/2.0.x-fixes/pom.xml
Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.0.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/pom.xml?rev=661837&r1=661836&r2=661837&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/pom.xml Fri May 30 12:47:19 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>