Author: olamy
Date: Thu Jan 24 21:17:00 2013
New Revision: 1438198
URL: http://svn.apache.org/viewvc?rev=1438198&view=rev
Log:
fix svnpubsub configuration
Modified:
maven/plugin-tools/trunk/pom.xml
Modified: maven/plugin-tools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1438198&r1=1438197&r2=1438198&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Thu Jan 24 21:17:00 2013
@@ -157,7 +157,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
- <url>scp://people.apache.org/www/maven.apache.org/plugin-tools/</url>
+ <url>${maven.pluginTools.siteUrlDeployment}</url>
</site>
</distributionManagement>