You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/05/20 21:48:55 UTC

svn commit: r946772 - in /openjpa/trunk: openjpa-integration/validation/pom.xml pom.xml

Author: dwoods
Date: Thu May 20 19:48:54 2010
New Revision: 946772

URL: http://svn.apache.org/viewvc?rev=946772&view=rev
Log:
OPENJPA-1364 Upgrade from commons-lang-2.1 to 2.4

Modified:
    openjpa/trunk/openjpa-integration/validation/pom.xml
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/openjpa-integration/validation/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/validation/pom.xml?rev=946772&r1=946771&r2=946772&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/validation/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/validation/pom.xml Thu May 20 19:48:54 2010
@@ -85,7 +85,6 @@
                 <dependency>
                     <groupId>commons-lang</groupId>
                     <artifactId>commons-lang</artifactId>
-                    <version>2.4</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>
@@ -202,7 +201,6 @@
                 <dependency>
                     <groupId>commons-lang</groupId>
                     <artifactId>commons-lang</artifactId>
-                    <version>2.4</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=946772&r1=946771&r2=946772&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu May 20 19:48:54 2010
@@ -713,7 +713,7 @@
             <dependency>
                 <groupId>commons-lang</groupId>
                 <artifactId>commons-lang</artifactId>
-                <version>2.1</version>
+                <version>2.4</version>
             </dependency>
             <dependency>
                 <groupId>commons-collections</groupId>