You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/04/19 23:14:26 UTC

svn commit: r1740013 - /commons/proper/commons-build-plugin/trunk/pom.xml

Author: sebb
Date: Tue Apr 19 21:14:26 2016
New Revision: 1740013

URL: http://svn.apache.org/viewvc?rev=1740013&view=rev
Log:
Try to sort out site url

Modified:
    commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1740013&r1=1740012&r2=1740013&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Tue Apr 19 21:14:26 2016
@@ -42,11 +42,11 @@
         <url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/</url>
     </scm>
     <distributionManagement>
-        <site>
-            <id>apache.website</id>
-            <name>Apache Commons ${commons.componentid} Site</name>
-            <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
-        </site>
+      <site>
+        <id>commons.site</id>
+        <name>Apache Commons Site SVN</name>
+        <url>scm:svn:${commons.scmPubUrl}</url>
+      </site>
     </distributionManagement>
     <developers>
         <developer>
@@ -172,5 +172,7 @@
         <commons.jira.pid>12310466&amp;amp;component=12312401</commons.jira.pid>
         <commons.release.version>${project.version}</commons.release.version>
         <commons.rc.version>RC1</commons.rc.version>
+        <commons.site.path>commons-build-plugin</commons.site.path>
+        <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
     </properties>
 </project>