Author: olamy
Date: Tue Jan 8 20:32:39 2013
New Revision: 1430495
URL: http://svn.apache.org/viewvc?rev=1430495&view=rev
Log:
use correct svnpubsub url for site deployment
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1430495&r1=1430494&r2=1430495&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Jan 8 20:32:39 2013
@@ -1228,7 +1228,7 @@ http://svn.apache.org/repos/asf/commons/
<!-- value modules can override it -->
<commons.site.path>${project.artifactId}</commons.site.path>
-
<commons.scmPubUrl>https://svn.apache.org/repos/asf/commons/cms-site/trunk/${commons.site.path}</commons.scmPubUrl>
+
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/${commons.site.path}</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>
</properties>