You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/03/07 07:06:01 UTC

git commit: Update Commons Lang3 version to previous version

Repository: struts
Updated Branches:
  refs/heads/master a79955483 -> a77f28d4d


Update Commons Lang3 version to previous version


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/a77f28d4
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/a77f28d4
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/a77f28d4

Branch: refs/heads/master
Commit: a77f28d4d4d97bc8b63338f7934f24ea56002ced
Parents: a799554
Author: Lukasz Lenart <lu...@apache.org>
Authored: Fri Mar 7 07:05:46 2014 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Fri Mar 7 07:05:46 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/a77f28d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 004a697..4e3e748 100644
--- a/pom.xml
+++ b/pom.xml
@@ -678,7 +678,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.1</version>
+                <version>3.2</version>
             </dependency>
             <dependency>
                 <groupId>commons-digester</groupId>