Author: dkulp
Date: Wed Apr 23 09:32:36 2008
New Revision: 650935

URL: http://svn.apache.org/viewvc?rev=650935&view=rev
Log:
Update distribution stuff to non-incubator stuff

Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?rev=650935&r1=650934&r2=650935&view=diff
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Wed Apr 23 09:32:36 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>
 


Reply via email to