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/11/03 09:06:03 UTC

svn commit: r470709 - /maven/components/trunk/pom.xml

Author: brett
Date: Fri Nov  3 00:06:02 2006
New Revision: 470709

URL: http://svn.apache.org/viewvc?view=rev&rev=470709
Log:
fix according to developer conventions to minimise configuration.
Submitted by: Wendy Smoak

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=470709&r1=470708&r2=470709
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Fri Nov  3 00:06:02 2006
@@ -201,8 +201,8 @@
   </dependencyManagement>
   <distributionManagement>
     <site>
-      <id>website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}/</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
     </site>
   </distributionManagement>
 </project>