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/12/01 17:59:14 UTC

[hive] branch storage-branch-2.7 updated: Preparing for development post-2.7.1

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 3638231  Preparing for development post-2.7.1
3638231 is described below

commit 363823132d5fccec6fd1a872e74b1bf8333faa43
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Sun Dec 1 09:58:53 2019 -0800

    Preparing for development post-2.7.1
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 pom.xml             | 2 +-
 storage-api/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c1e22ef..6bf537b 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.7.1</storage-api.version>
+    <storage-api.version>2.7.2-SNAPSHOT</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>
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 13b2277..0b23bfa 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.7.1</version>
+  <version>2.7.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>