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 22:16:40 UTC

svn commit: r1451351 - /commons/proper/lang/trunk/pom.xml

Author: olamy
Date: Thu Feb 28 21:16:40 2013
New Revision: 1451351

URL: http://svn.apache.org/r1451351
Log:
use a real value rather than a property as not everybody use a snapshot build of maven see https://jira.codehaus.org/browse/MNG-5418.


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=1451351&r1=1451350&r2=1451351&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Feb 28 21:16:40 2013
@@ -485,6 +485,8 @@
     <commons.jira.pid>12310481</commons.jira.pid>
 
     <commons.site.path>lang</commons.site.path>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>
+    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
   </properties>
 
 
@@ -615,7 +617,7 @@
       <id>setup-checkout</id>
       <activation>
         <file>
-          <missing>${scmPubCheckoutDirectory}</missing>
+          <missing>site-content</missing>
         </file>
       </activation>
       <build>