Author: ogusakov
Date: Tue Sep 30 15:51:26 2008
New Revision: 700621

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

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

Modified: maven/sandbox/trunk/mercury/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/pom.xml?rev=700621&r1=700620&r2=700621&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/pom.xml (original)
+++ maven/sandbox/trunk/mercury/pom.xml Tue Sep 30 15:51:26 2008
@@ -24,16 +24,17 @@
   </build>
 
   <properties>
-       <distMgmtSnapshotsName>Maven 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>
   </properties>
   
   <distributionManagement>
-       <snapshotRepository>
-               <id>apache.snapshots</id>
-               <name>${distMgmtSnapshotsName}</name>
-               <url>${distMgmtSnapshotsUrl}</url>
-       </snapshotRepository>
+    <snapshotRepository>
+      <id>${distMgmtSnapshotsId}</id>
+      <name>${distMgmtSnapshotsName}</name>
+      <url>${distMgmtSnapshotsUrl}</url>
+    </snapshotRepository>
   </distributionManagement>
   
 


Reply via email to