You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/15 19:59:30 UTC

svn commit: r1632146 - /commons/proper/jcs/trunk/pom.xml

Author: ggregory
Date: Wed Oct 15 17:59:30 2014
New Revision: 1632146

URL: http://svn.apache.org/r1632146
Log:
Better Maven property name.

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

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1632146&r1=1632145&r2=1632146&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Oct 15 17:59:30 2014
@@ -266,7 +266,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-collections4</artifactId>
-        <version>${collections.version}</version>
+        <version>${commons.collections.version}</version>
         <scope>test</scope>
       </dependency>
 
@@ -471,7 +471,7 @@
     <commons.javadoc.java.link>http://docs.oracle.com/javase/6/docs/api/</commons.javadoc.java.link>
 
     <jsr107.api.version>1.0.0</jsr107.api.version>
-    <collections.version>4.0</collections.version>
+    <commons.collections.version>4.0</commons.collections.version>
 
     <test.type>Unit</test.type>
   </properties>