Author: olamy Date: Sun Mar 3 18:25:50 2013 New Revision: 1452087 URL: http://svn.apache.org/r1452087 Log: fix distManagement/site
Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1452087&r1=1452086&r2=1452087&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Sun Mar 3 18:25:50 2013 @@ -454,7 +454,7 @@ <site> <id>apache.website</id> <name>Apache Commons Site</name> - <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-lang/</url> </site> </distributionManagement>