You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/08/10 16:53:45 UTC

svn commit: r564612 - /maven/shared/trunk/maven-invoker/pom.xml

Author: jdcasey
Date: Fri Aug 10 07:53:43 2007
New Revision: 564612

URL: http://svn.apache.org/viewvc?view=rev&rev=564612
Log:
Fixing distmgmt, should be removed once I can figure out why maven trunk isn't inheriting this section.

Modified:
    maven/shared/trunk/maven-invoker/pom.xml

Modified: maven/shared/trunk/maven-invoker/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-invoker/pom.xml?view=diff&rev=564612&r1=564611&r2=564612
==============================================================================
--- maven/shared/trunk/maven-invoker/pom.xml (original)
+++ maven/shared/trunk/maven-invoker/pom.xml Fri Aug 10 07:53:43 2007
@@ -86,7 +86,7 @@
   
   <distributionManagement>
     <snapshotRepository>
-      <id>asf.snapshots</id>
+      <id>apache.snapshots</id>
       <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
     </snapshotRepository>
   </distributionManagement>