You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by pr...@apache.org on 2017/07/20 08:12:03 UTC

orc git commit: ORC-214. Upgrade Aircompressor to 0.8

Repository: orc
Updated Branches:
  refs/heads/master 4d6a7672f -> aa67697cc


ORC-214. Upgrade Aircompressor to 0.8

Fixes #137

Signed-off-by: Prasanth Jayachandran <pr...@apache.org>


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

Branch: refs/heads/master
Commit: aa67697cc9899d32358692267b6e1386a12dc2e5
Parents: 4d6a767
Author: Gopal V <t3...@users.noreply.github.com>
Authored: Thu Jul 20 00:34:01 2017 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Thu Jul 20 01:11:21 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/orc/blob/aa67697c/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 879c6f0..c0c212a 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -364,7 +364,7 @@
       <dependency>
         <groupId>io.airlift</groupId>
         <artifactId>aircompressor</artifactId>
-        <version>0.3</version>
+        <version>0.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.avro</groupId>