You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by om...@apache.org on 2017/05/03 18:01:08 UTC

hive git commit: Update branch to use storage api release.

Repository: hive
Updated Branches:
  refs/heads/branch-2.2 3403535d3 -> e4ac41d86


Update branch to use storage api release.


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

Branch: refs/heads/branch-2.2
Commit: e4ac41d861588e68605b0a43e0830ca60e737210
Parents: 3403535
Author: Owen O'Malley <om...@apache.org>
Authored: Wed May 3 11:00:40 2017 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed May 3 11:00:40 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/e4ac41d8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 505e4c2..aed3373 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,6 @@
     <module>llap-server</module>
     <module>shims</module>
     <module>spark-client</module>
-    <module>storage-api</module>
     <module>testutils</module>
     <module>packaging</module>
   </modules>
@@ -180,7 +179,7 @@
     <stax.version>1.0.1</stax.version>
     <slf4j.version>1.7.10</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
-    <storage-api.version>2.3.0-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.3.0</storage-api.version>
     <tez.version>0.8.4</tez.version>
     <slider.version>0.90.2-incubating</slider.version>
     <super-csv.version>2.2.0</super-csv.version>