Author: bfoster
Date: Mon Feb 14 22:30:28 2011
New Revision: 1070688
URL: http://svn.apache.org/viewvc?rev=1070688&view=rev
Log:
- updated to use 2.3 apache commons-lang . . . unit-test pass
------------------
Modified:
oodt/trunk/commons/pom.xml
Modified: oodt/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/commons/pom.xml?rev=1070688&r1=1070687&r2=1070688&view=diff
==============================================================================
--- oodt/trunk/commons/pom.xml (original)
+++ oodt/trunk/commons/pom.xml Mon Feb 14 22:30:28 2011
@@ -134,7 +134,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>