You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by il...@apache.org on 2014/03/07 10:09:40 UTC

[51/57] [abbrv] git commit: Upgrading commons lang to 3.3

Upgrading commons lang to 3.3


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/commit/5fc405bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/tree/5fc405bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/diff/5fc405bf

Branch: refs/heads/master
Commit: 5fc405bfd14f99bce6c0c8947c1a038812ed1dbc
Parents: c4239fc
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Mar 6 11:15:24 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Mar 6 11:15:24 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/5fc405bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b458284..c60acda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
   <properties>
     <commons.codec.version>1.9</commons.codec.version>
     <commons.io.version>2.4</commons.io.version>
-    <commons.lang3.version>3.2.1</commons.lang3.version>
+    <commons.lang3.version>3.3</commons.lang3.version>
 
     <hc.client.version>4.2.6</hc.client.version>
     <jackson.version>2.3.2</jackson.version>