You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/28 21:57:15 UTC

svn commit: r1451336 - /commons/proper/io/trunk/pom.xml

Author: olamy
Date: Thu Feb 28 20:57:15 2013
New Revision: 1451336

URL: http://svn.apache.org/r1451336
Log:
fix distributionManagement

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1451336&r1=1451335&r2=1451336&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Thu Feb 28 20:57:15 2013
@@ -43,8 +43,8 @@ file comparators, endian transformation 
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <name>Apache Commons IO Site</name>
-      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
+      <name>Apache Commons Site</name>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-i/</url>
     </site>
   </distributionManagement>