You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/01/01 02:54:21 UTC

svn commit: r360468 - /maven/skins/trunk/pom.xml

Author: brett
Date: Sat Dec 31 17:54:17 2005
New Revision: 360468

URL: http://svn.apache.org/viewcvs?rev=360468&view=rev
Log:
fix id

Modified:
    maven/skins/trunk/pom.xml

Modified: maven/skins/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/skins/trunk/pom.xml?rev=360468&r1=360467&r2=360468&view=diff
==============================================================================
--- maven/skins/trunk/pom.xml (original)
+++ maven/skins/trunk/pom.xml Sat Dec 31 17:54:17 2005
@@ -61,7 +61,7 @@
   </organization>
   <distributionManagement>
     <snapshotRepository>
-      <id>snapshots</id>
+      <id>apache.snapshots</id>
       <name>Maven Central Development Repository</name>
       <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
     </snapshotRepository>