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/07/10 17:35:33 UTC

svn commit: r792985 - /cxf/trunk/rt/ws/security/pom.xml

Author: dkulp
Date: Fri Jul 10 15:35:32 2009
New Revision: 792985

URL: http://svn.apache.org/viewvc?rev=792985&view=rev
Log:
Use the nexus snapshots so if things move in the future.....

Modified:
    cxf/trunk/rt/ws/security/pom.xml

Modified: cxf/trunk/rt/ws/security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=792985&r1=792984&r2=792985&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Fri Jul 10 15:35:32 2009
@@ -35,9 +35,9 @@
     <repositories>
         <!--  temporary add the apache snapshot repo to get the wss4j snapshot -->
         <repository>
-            <id>apache-snapshots</id>
+            <id>apache.snapshots</id>
             <name>Apache Snapshot Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <url>http://repository.apache.org/snapshots</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>