Author: olamy Date: Sun Mar 3 18:18:13 2013 New Revision: 1452085 URL: http://svn.apache.org/r1452085 Log: fix distributionManagement/site
Modified: commons/proper/validator/trunk/pom.xml Modified: commons/proper/validator/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1452085&r1=1452084&r2=1452085&view=diff ============================================================================== --- commons/proper/validator/trunk/pom.xml (original) +++ commons/proper/validator/trunk/pom.xml Sun Mar 3 18:18:13 2013 @@ -119,11 +119,10 @@ </scm> <distributionManagement> - <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> <site> <id>apache.website</id> - <name>Apache Commons Release Site</name> - <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/validator/</url> + <name>Apache Commons Site</name> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator/</url> </site> </distributionManagement>