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/06 22:53:16 UTC

git commit: Updates Commons Lang3 version to match version before hotfix release

Repository: struts
Updated Branches:
  refs/heads/develop 80cd0409c -> 6064b0cd9


Updates Commons Lang3 version to match version before hotfix release


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

Branch: refs/heads/develop
Commit: 6064b0cd920ea69ee51fcf89051476e548d81529
Parents: 80cd040
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu Mar 6 22:53:03 2014 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu Mar 6 22:53:03 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/struts/blob/6064b0cd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1df585b..8de5326 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>