Author: ogusakov
Date: Tue Sep 30 15:50:10 2008
New Revision: 700620

URL: http://svn.apache.org/viewvc?rev=700620&view=rev
Log:
re-pointed to asf for sn distribution

Modified:
    maven/sandbox/trunk/wagon/wagon-mercury/pom.xml

Modified: maven/sandbox/trunk/wagon/wagon-mercury/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/wagon/wagon-mercury/pom.xml?rev=700620&r1=700619&r2=700620&view=diff
==============================================================================
--- maven/sandbox/trunk/wagon/wagon-mercury/pom.xml (original)
+++ maven/sandbox/trunk/wagon/wagon-mercury/pom.xml Tue Sep 30 15:50:10 2008
@@ -19,8 +19,9 @@
 
     <nexus-security-enabled>false</nexus-security-enabled>
 
-    <distMgmtSnapshotsName>CI Snapshot Repository</distMgmtSnapshotsName>
-    
<distMgmtSnapshotsUrl>http://repository.sonatype.org/content/repositories/maven.snapshots</distMgmtSnapshotsUrl>
+    <distMgmtSnapshotsId>apache.snapshots</distMgmtSnapshotsId>
+    <distMgmtSnapshotsName>Apache Development Snapshot 
Repository</distMgmtSnapshotsName>
+    
<distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
 
     <bundle-expanded-dir>target</bundle-expanded-dir>
     <config-expanded-dir>target/test-nexus-config</config-expanded-dir>
@@ -46,7 +47,7 @@
   
   <distributionManagement>
     <snapshotRepository>
-      <id>sona-maven-snapshots</id>
+      <id>${distMgmtSnapshotsId}</id>
       <name>${distMgmtSnapshotsName}</name>
       <url>${distMgmtSnapshotsUrl}</url>
     </snapshotRepository>


Reply via email to