You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by tr...@apache.org on 2006/08/15 10:09:30 UTC

svn commit: r431554 - /maven/doxia/site/pom.xml

Author: trygvis
Date: Tue Aug 15 01:09:29 2006
New Revision: 431554

URL: http://svn.apache.org/viewvc?rev=431554&view=rev
Log:
o Correcting the deployment URL.

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=431554&r1=431553&r2=431554&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Tue Aug 15 01:09:29 2006
@@ -86,8 +86,8 @@
   </scm>
   <distributionManagement>
     <site>
-      <id>website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/doxia/</url>
+      <id>apache.org</id>
+      <url>scp://people.apache.org/www/maven.apache.org/doxia/</url>
     </site>
   </distributionManagement>
   <build>