You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2011/12/02 00:11:17 UTC

svn commit: r1209298 - /incubator/bval/trunk/pom.xml

Author: mbenson
Date: Thu Dec  1 23:11:16 2011
New Revision: 1209298

URL: http://svn.apache.org/viewvc?rev=1209298&view=rev
Log:
upgrade to commons-lang 3.1

Modified:
    incubator/bval/trunk/pom.xml

Modified: incubator/bval/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/bval/trunk/pom.xml?rev=1209298&r1=1209297&r2=1209298&view=diff
==============================================================================
--- incubator/bval/trunk/pom.xml (original)
+++ incubator/bval/trunk/pom.xml Thu Dec  1 23:11:16 2011
@@ -304,7 +304,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.0</version>
+                <version>3.1</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>