You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dj...@apache.org on 2018/05/07 22:16:38 UTC

hive git commit: Preparing for storage-api 2.6.1 release

Repository: hive
Updated Branches:
  refs/heads/storage-branch-2.6.1 [created] 9394867a9


Preparing for storage-api 2.6.1 release


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

Branch: refs/heads/storage-branch-2.6.1
Commit: 9394867a919608ae0929b8845d24a79a46f4916b
Parents: 41f570a
Author: Deepak Jaiswal <dj...@apache.org>
Authored: Mon May 7 15:14:56 2018 -0700
Committer: Deepak Jaiswal <dj...@apache.org>
Committed: Mon May 7 15:14:56 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/9394867a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9df8fb1..1b01a27 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.0-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.6.1-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/9394867a/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 57bd49a..9c79f06 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.6.1-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/9394867a/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index d768f3f..b8b9f13 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.6.1</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>