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 2017/02/16 19:15:39 UTC

orc git commit: ORC-149. Update storage-api to 2.2.1.

Repository: orc
Updated Branches:
  refs/heads/branch-1.3 fdcfae843 -> a13ebed11


ORC-149. Update storage-api to 2.2.1.

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/a13ebed1
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/a13ebed1
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/a13ebed1

Branch: refs/heads/branch-1.3
Commit: a13ebed11b1d7149856af7ad522793e5ec5c3c12
Parents: fdcfae8
Author: Owen O'Malley <om...@apache.org>
Authored: Thu Feb 16 11:14:42 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Thu Feb 16 11:14:42 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/orc/blob/a13ebed1/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 128789c..bf15e9f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -70,7 +70,7 @@
     <example.dir>${project.basedir}/../../examples</example.dir>
 
     <hadoop.version>2.6.4</hadoop.version>
-    <storage-api.version>2.2.0</storage-api.version>
+    <storage-api.version>2.2.1</storage-api.version>
   </properties>
 
   <build>