You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/11/04 23:58:56 UTC

svn commit: r1031333 - /shindig/trunk/pom.xml

Author: lindner
Date: Thu Nov  4 22:58:56 2010
New Revision: 1031333

URL: http://svn.apache.org/viewvc?rev=1031333&view=rev
Log:
bump to commons-lang 2.5

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1031333&r1=1031332&r2=1031333&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Thu Nov  4 22:58:56 2010
@@ -1525,7 +1525,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.4</version>
+        <version>2.5</version>
         <scope>compile</scope>
       </dependency>
       <dependency>