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 2019/11/25 20:29:57 UTC

[hive] branch storage-branch-2.7 updated: Update outer hive build to use the updated storage api.

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch storage-branch-2.7
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/storage-branch-2.7 by this push:
     new c742556  Update outer hive build to use the updated storage api.
c742556 is described below

commit c7425569f0a63e23e917c0cf29cabbfa691d741f
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Mon Nov 25 12:28:57 2019 -0800

    Update outer hive build to use the updated storage api.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 19a9b71..b0e4d75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,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.6.1-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.7.2</storage-api.version>
     <tez.version>0.9.1</tez.version>
     <super-csv.version>2.2.0</super-csv.version>
     <spark.version>2.3.0</spark.version>