You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2018/05/01 17:59:41 UTC

orc git commit: ORC-355. Upgrade storage-api to 2.6.0

Repository: orc
Updated Branches:
  refs/heads/master 2e1161f93 -> 65330dd77


ORC-355. Upgrade storage-api to 2.6.0

Fixes #260

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/master
Commit: 65330dd774095577b0e4de68b3f90b2d24279dad
Parents: 2e1161f
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Tue May 1 10:18:17 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Tue May 1 10:58:56 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/orc/blob/65330dd7/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 77461de..108b637 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -69,7 +69,7 @@
 
     <min.hadoop.version>2.2.0</min.hadoop.version>
     <hadoop.version>2.7.3</hadoop.version>
-    <storage-api.version>2.5.0</storage-api.version>
+    <storage-api.version>2.6.0</storage-api.version>
     <zookeeper.version>3.4.6</zookeeper.version>
   </properties>