You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by de...@apache.org on 2006/11/03 15:59:19 UTC

svn commit: r470841 - in /maven/scm/trunk: maven-scm-plugin/pom.xml maven-scm-site/pom.xml pom.xml

Author: dennisl
Date: Fri Nov  3 06:59:19 2006
New Revision: 470841

URL: http://svn.apache.org/viewvc?view=rev&rev=470841
Log:
o Change minotaur.a.o to people.a.o.
o Use correct id for website distribution.

Modified:
    maven/scm/trunk/maven-scm-plugin/pom.xml
    maven/scm/trunk/maven-scm-site/pom.xml
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/maven-scm-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-plugin/pom.xml?view=diff&rev=470841&r1=470840&r2=470841
==============================================================================
--- maven/scm/trunk/maven-scm-plugin/pom.xml (original)
+++ maven/scm/trunk/maven-scm-plugin/pom.xml Fri Nov  3 06:59:19 2006
@@ -116,8 +116,8 @@
   </dependencies>
   <distributionManagement>
     <site>
-      <id>website</id>
-      <url>scpexe://minotaur.apache.org/www/maven.apache.org/scm/plugins</url>
+      <id>apache.website</id>
+      <url>scpexe://people.apache.org/www/maven.apache.org/scm/plugins</url>
     </site>
   </distributionManagement>
 </project>

Modified: maven/scm/trunk/maven-scm-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-site/pom.xml?view=diff&rev=470841&r1=470840&r2=470841
==============================================================================
--- maven/scm/trunk/maven-scm-site/pom.xml (original)
+++ maven/scm/trunk/maven-scm-site/pom.xml Fri Nov  3 06:59:19 2006
@@ -12,8 +12,8 @@
   <inceptionYear>2001</inceptionYear>
   <distributionManagement>
     <site>
-      <id>website</id>
-      <url>scpexe://minotaur.apache.org/www/maven.apache.org/scm</url>
+      <id>apache.website</id>
+      <url>scpexe://people.apache.org/www/maven.apache.org/scm</url>
     </site>
   </distributionManagement>
 

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?view=diff&rev=470841&r1=470840&r2=470841
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Fri Nov  3 06:59:19 2006
@@ -81,8 +81,8 @@
   </dependencies>
   <distributionManagement>
     <site>
-      <id>website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/scm</url>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/scm</url>
     </site>
   </distributionManagement>
 </project>