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 2012/12/18 00:50:38 UTC

svn commit: r1423227 - /commons/proper/collections/trunk/pom.xml

Author: olamy
Date: Mon Dec 17 23:50:37 2012
New Revision: 1423227

URL: http://svn.apache.org/viewvc?rev=1423227&view=rev
Log:
fix property

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

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1423227&r1=1423226&r2=1423227&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Mon Dec 17 23:50:37 2012
@@ -535,7 +535,7 @@
       <id>setup-checkout</id>
       <activation>
         <file>
-          <missing>${scmPubCheckoutDirectory}</missing>
+          <missing>${commons.scmPubCheckoutDirectory}</missing>
         </file>
       </activation>
       <build>