You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2014/01/30 18:53:13 UTC

git commit: Update Snappy dependency to version 1.1 - Fixes library load issue on Mac OS. https://issues.apache.org/jira/browse/PHOENIX-12

Updated Branches:
  refs/heads/master be8c2fb50 -> 24910777d


Update Snappy dependency to version 1.1 - Fixes library load issue on Mac OS.
https://issues.apache.org/jira/browse/PHOENIX-12


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

Branch: refs/heads/master
Commit: 24910777d4412ae6dba0516c1e7c27f20b0c76f4
Parents: be8c2fb
Author: Mujtaba <mu...@apache.org>
Authored: Thu Jan 30 09:41:58 2014 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Thu Jan 30 09:41:58 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/24910777/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 981d099..05b3d3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
     <flume.version>1.4.0</flume.version>
     <findbugs.version>1.3.2</findbugs.version>
     <jline.version>2.11</jline.version>
-    <snappy.version>1.0.3.2</snappy.version>
+    <snappy.version>1.1.0.1</snappy.version>
 
     <!-- Test Dependencies -->
     <mockito-all.version>1.8.5</mockito-all.version>