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 2021/08/03 17:40:19 UTC

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

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 614ed05  Preparing for development post storaage-2.7.3
614ed05 is described below

commit 614ed05e50bc2274cf3a3de683d35fa625ea60f9
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Tue Aug 3 10:39:56 2021 -0700

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

diff --git a/pom.xml b/pom.xml
index 48d45a6..adf0dba 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.3</storage-api.version>
+    <storage-api.version>2.7.4-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/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 71dcde7..ea4fa6c 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -83,7 +83,7 @@
     <orc.version>1.5.1</orc.version>
     <protobuf.version>2.5.0</protobuf.version>
     <sqlline.version>1.3.0</sqlline.version>
-    <storage-api.version>2.7.3</storage-api.version>
+    <storage-api.version>2.7.4-SNAPSHOT</storage-api.version>
 
     <!-- Thrift properties -->
     <thrift.home>you-must-set-this-to-run-thrift</thrift.home>
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 1a14bfa..022f4dd 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.3</version>
+  <version>2.7.4-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>