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 2017/04/26 22:07:38 UTC

[6/6] hive git commit: Preparing for release candidate.

Preparing for release candidate.


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

Branch: refs/heads/storage-branch-2.3
Commit: 30e6745a63b81be2ed58f4dce13e1d83f518f632
Parents: 9bedccc
Author: Owen O'Malley <om...@apache.org>
Authored: Thu Jan 5 09:05:27 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed Apr 26 15:04:16 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/30e6745a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 505e4c2..aed3373 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,6 @@
     <module>llap-server</module>
     <module>shims</module>
     <module>spark-client</module>
-    <module>storage-api</module>
     <module>testutils</module>
     <module>packaging</module>
   </modules>
@@ -180,7 +179,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.3.0-SNAPSHOT</storage-api.version>
+    <storage-api.version>2.3.0</storage-api.version>
     <tez.version>0.8.4</tez.version>
     <slider.version>0.90.2-incubating</slider.version>
     <super-csv.version>2.2.0</super-csv.version>

http://git-wip-us.apache.org/repos/asf/hive/blob/30e6745a/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 097efdb..9662e74 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.3.0-SNAPSHOT</version>
+  <version>2.3.0</version>
   <packaging>jar</packaging>
   <name>Hive Storage API</name>