On both the trunk maven/components/pom.xml and the 2.0 branch
maven-2.0.x/pom.xml,
- the poms have minotaur.a.o when it should be people.a.o, and
- the <id> for the site doesn't match the development procedures
  http://docs.codehaus.org/display/MAVEN/Development+Procedures

Can someone please fix them?

Index: pom.xml
===================================================================
--- pom.xml     (revision 470623)
+++ pom.xml     (working copy)
@@ -149,8 +149,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>

Thanks,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to