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 2018/04/26 15:08:57 UTC

hive git commit: Preparing for storage-api 2.7 development

Repository: hive
Updated Branches:
  refs/heads/master 087ef7b63 -> 23d20e649


Preparing for storage-api 2.7 development


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

Branch: refs/heads/master
Commit: 23d20e649424bf10075590e51bc41e25bc4cc625
Parents: 087ef7b
Author: Owen O'Malley <om...@apache.org>
Authored: Thu Apr 26 08:08:09 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Thu Apr 26 08:08:09 2018 -0700

----------------------------------------------------------------------
 pom.xml                      | 2 +-
 standalone-metastore/pom.xml | 2 +-
 storage-api/pom.xml          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/23d20e64/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50f416e..afcf76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,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.0-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.7.0-SNAPSHOT</storage-api.version>
     <tez.version>0.9.1</tez.version>
     <slider.version>0.92.0-incubating</slider.version>
     <super-csv.version>2.2.0</super-csv.version>

http://git-wip-us.apache.org/repos/asf/hive/blob/23d20e64/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 10b1bfa..c9eec9d 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -83,7 +83,7 @@
     <orc.version>1.4.3</orc.version>
     <protobuf.version>2.5.0</protobuf.version>
     <sqlline.version>1.3.0</sqlline.version>
-    <storage-api.version>2.6.0-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.7.0-SNAPSHOT</storage-api.version>
 
     <!-- Thrift properties -->
     <thrift.home>you-must-set-this-to-run-thrift</thrift.home>

http://git-wip-us.apache.org/repos/asf/hive/blob/23d20e64/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index d768f3f..9a03bb3 100644
--- a/storage-api/pom.xml
+++ b/storage-api/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.hive</groupId>
   <artifactId>hive-storage-api</artifactId>
-  <version>2.6.0-SNAPSHOT</version>
+  <version>2.7.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>