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 2009/03/10 16:19:23 UTC

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

Author: dkulp
Date: Tue Mar 10 15:19:15 2009
New Revision: 752136

URL: http://svn.apache.org/viewvc?rev=752136&view=rev
Log:
Update to deploy snapshots to nexus
Make sure any accidental release builds (like in auto builds) don't make it to central

Modified:
    cxf/trunk/pom.xml

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=752136&r1=752135&r2=752136&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Tue Mar 10 15:19:15 2009
@@ -49,12 +49,12 @@
         <repository>
             <id>apache.releases</id>
             <name>Apache Release Distribution Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+            <url>file://tmp/stage</url>
         </repository>
         <snapshotRepository>
             <id>apache.snapshots</id>
             <name>Apache Development Snapshot Repository</name>
-            <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
             <uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
         <site>