You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/24 22:17:01 UTC

svn commit: r1438198 - /maven/plugin-tools/trunk/pom.xml

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>