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 de...@apache.org on 2007/01/09 21:01:08 UTC

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

Author: dennisl
Date: Tue Jan  9 12:01:07 2007
New Revision: 494547

URL: http://svn.apache.org/viewvc?view=rev&rev=494547
Log:
o Sync distributionManagement with the other projects.
o Fix link to browsable scm.

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?view=diff&rev=494547&r1=494546&r2=494547
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Tue Jan  9 12:01:07 2007
@@ -80,13 +80,13 @@
     </mailingList>
   </mailingLists>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/site</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/site</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/site</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/site/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/site/</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/doxia/site/</url>
   </scm>
   <distributionManagement>
     <site>
-      <id>apache.org</id>
+      <id>apache.website</id>
       <url>scp://people.apache.org/www/maven.apache.org/doxia/</url>
     </site>
   </distributionManagement>