Preapring 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/489f6a20
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/489f6a20
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/489f6a20

Branch: refs/heads/storage-branch-2.6
Commit: 489f6a20a5eedc1836854fd40255eb78aa967d99
Parents: 091fd96
Author: Deepak Jaiswal <djais...@apache.org>
Authored: Tue May 8 11:40:57 2018 -0700
Committer: Deepak Jaiswal <djais...@apache.org>
Committed: Tue May 8 11:40:57 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/489f6a20/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6d5c0cc..dfb4b76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,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.6.1</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/489f6a20/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 10b1bfa..c793d31 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</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/489f6a20/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index a40feff..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.1-SNAPSHOT</version>
+  <version>2.6.1</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>
 

Reply via email to