You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/10/01 00:49:41 UTC

svn commit: r700619 - /maven/sandbox/trunk/mercury/mercury-pom/pom.xml

Author: ogusakov
Date: Tue Sep 30 15:49:41 2008
New Revision: 700619

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

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

Modified: maven/sandbox/trunk/mercury/mercury-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-pom/pom.xml?rev=700619&r1=700618&r2=700619&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-pom/pom.xml (original)
+++ maven/sandbox/trunk/mercury/mercury-pom/pom.xml Tue Sep 30 15:49:41 2008
@@ -30,9 +30,9 @@
   </developers>
 
   <properties>
-  	
-  	<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>
 
     <mercury.version>1.0.0-alpha-1-SNAPSHOT</mercury.version>
   	
@@ -46,7 +46,7 @@
   
   <distributionManagement>
 	<snapshotRepository>
-		<id>sona-maven-snapshots</id>
+		<id>${distMgmtSnapshotsId}</id>
 		<name>${distMgmtSnapshotsName}</name>
 		<url>${distMgmtSnapshotsUrl}</url>
 	</snapshotRepository>