You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2016/03/06 01:47:22 UTC

[2/2] phoenix git commit: PHOENIX-2749 Upgrade Apache Commons Collections to v3.2.2 (Justine Tunney)

PHOENIX-2749 Upgrade Apache Commons Collections to v3.2.2 (Justine Tunney)


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

Branch: refs/heads/master
Commit: d22ec4ba1ce9446bbd3d50a2c88dde18b6d63a24
Parents: 9815e16
Author: James Taylor <jt...@salesforce.com>
Authored: Sat Mar 5 16:47:08 2016 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Sat Mar 5 16:47:08 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d22ec4ba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9cb83ff..20aaf87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <netty.version>4.0.23.Final</netty.version>
     <commons-codec.version>1.7</commons-codec.version>
     <htrace.version>3.1.0-incubating</htrace.version>
-    <collections.version>3.2.1</collections.version>
+    <collections.version>3.2.2</collections.version>
     <!-- Do not change jodatime.version until HBASE-15199 is fixed -->
     <jodatime.version>1.6</jodatime.version>
     <joni.version>2.1.2</joni.version>