You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/09/25 21:48:21 UTC

svn commit: r1627624 - /commons/proper/configuration/trunk/pom.xml

Author: oheger
Date: Thu Sep 25 19:48:21 2014
New Revision: 1627624

URL: http://svn.apache.org/r1627624
Log:
Adapted site and publish URLs.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1627624&r1=1627623&r2=1627624&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Sep 25 19:48:21 2014
@@ -55,7 +55,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-configuration/</url>
     </site>
   </distributionManagement>
 
@@ -431,6 +431,8 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
 
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-configuration</commons.scmPubUrl>
+
     <!-- Explicitly declare optional dependencies for the OSGi manifest. -->
     <commons.osgi.import>
       org.apache.commons.beanutils.*;resolution:=optional,