Author: dkulp
Date: Wed Apr 23 14:23:23 2008
New Revision: 651069
URL: http://svn.apache.org/viewvc?rev=651069&view=rev
Log:
Merged revisions 650935 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r650935 | dkulp | 2008-04-23 12:32:36 -0400 (Wed, 23 Apr 2008) | 2 lines
Update distribution stuff to non-incubator stuff
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/pom.xml
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: incubator/cxf/branches/2.0.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/pom.xml?rev=651069&r1=651068&r2=651069&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/pom.xml Wed Apr 23 14:23:23 2008
@@ -46,19 +46,19 @@
<distributionManagement>
+ <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>
+ </repository>
<snapshotRepository>
<id>apache.snapshots</id>
- <name>Apache SNAPSHOT Repository</name>
-
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+ <name>Apache Development Snapshot Repository</name>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
- <repository>
- <id>apache.incubating</id>
- <name>Apache Incubating Repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
- </repository>
<site>
<id>apache.cxf.site</id>
-
<url>scp://people.apache.org/www/incubator.apache.org/cxf/mvn_site</url>
+ <url>scp://people.apache.org/www/cxf.apache.org/cxf/mvn_site</url>
</site>
</distributionManagement>