Author: ggregory
Date: Wed Oct 15 18:01:33 2014
New Revision: 1632147
URL: http://svn.apache.org/r1632147
Log:
Refactor Apache Commons Lang POM version.
Modified:
commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml
commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml
commons/proper/jcs/trunk/pom.xml
Modified: commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml?rev=1632147&r1=1632146&r2=1632147&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml Wed Oct 15 18:01:33 2014
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.3.2</version>
+ <version>${commons.lang.version}</version>
<optional>true</optional>
</dependency>
Modified: commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml?rev=1632147&r1=1632146&r2=1632147&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml Wed Oct 15
18:01:33 2014
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.2.1</version>
+ <version>${commons.lang.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Modified: commons/proper/jcs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1632147&r1=1632146&r2=1632147&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Wed Oct 15 18:01:33 2014
@@ -472,6 +472,7 @@
<jsr107.api.version>1.0.0</jsr107.api.version>
<commons.collections.version>4.0</commons.collections.version>
+ <commons.lang.version>3.3.2</commons.lang.version>
<test.type>Unit</test.type>
</properties>