Author: olamy
Date: Mon Dec 17 12:14:43 2012
New Revision: 1422892

URL: http://svn.apache.org/viewvc?rev=1422892&view=rev
Log:
fix some properties names

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=1422892&r1=1422891&r2=1422892&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Mon Dec 17 12:14:43 2012
@@ -554,15 +554,15 @@
                 <configuration>
                   <tasks>
                     <exec executable="svn">
-                      <arg line="checkout --depth immediates 
${maven.scmPubUrl} ${maven.scmPubCheckoutDirectory}" />
+                      <arg line="checkout --depth immediates 
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
                     </exec>
 
                     <exec executable="svn">
-                      <arg line="update --set-depth exclude 
${maven.scmPubCheckoutDirectory}/javadocs" />
+                      <arg line="update --set-depth exclude 
${commons.scmPubCheckoutDirectory}/javadocs" />
                     </exec>
 
                     <pathconvert pathsep=" " property="dirs">
-                      <dirset dir="${maven.scmPubCheckoutDirectory}" 
includes="*" />
+                      <dirset dir="${commons.scmPubCheckoutDirectory}" 
includes="*" />
                     </pathconvert>
                     <exec executable="svn">
                       <arg line="update --set-depth infinity ${dirs}" />


Reply via email to