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/30 15:50:48 UTC

hive git commit: Preparing for development after storage-api 2.6.0.

Repository: hive
Updated Branches:
  refs/heads/storage-branch-2.6 657dfefd5 -> 10dcff625


Preparing for development after storage-api 2.6.0.

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/storage-branch-2.6
Commit: 10dcff625c2989f919c7803afd986f963e713063
Parents: 657dfef
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Apr 30 08:50:09 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Apr 30 08:50:09 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/10dcff62/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ede38d8..6d5c0cc 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.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/10dcff62/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 89795bf..a40feff 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</version>
+  <version>2.6.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>