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/11/07 17:40:58 UTC

svn commit: r712191 - /maven/mercury/trunk/pom.xml

Author: ogusakov
Date: Fri Nov  7 08:40:53 2008
New Revision: 712191

URL: http://svn.apache.org/viewvc?rev=712191&view=rev
Log:
cleaned the reactor POM

Modified:
    maven/mercury/trunk/pom.xml

Modified: maven/mercury/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/pom.xml?rev=712191&r1=712190&r2=712191&view=diff
==============================================================================
--- maven/mercury/trunk/pom.xml (original)
+++ maven/mercury/trunk/pom.xml Fri Nov  7 08:40:53 2008
@@ -37,19 +37,6 @@
     <defaultGoal>install</defaultGoal>
   </build>
   
-  <repositories>
-  	<repository>
-  		<id>sona.staging</id>
-  		<url>http://repository.sonatype.org/content/repositories/staging</url>
-  	</repository>
-    <repository>
-        <id>sona.central</id>
-        <url>http://repository.sonatype.org/content/groups/public</url>
-        <snapshots><enabled>true</enabled></snapshots>
-        <releases><enabled>true</enabled></releases>
-    </repository>
-  </repositories>
-  
   <distributionManagement>
     <repository>
       <id>${distMgmtReleasesId}</id>