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>