This is an automated email from the ASF dual-hosted git repository. gates pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hive.git
commit f07743a13702ec804a4baa096cbe8146793f821b Author: Alan Gates <[email protected]> AuthorDate: Fri Jun 7 11:55:31 2019 -0700 HIVE-21850 branch-3 metastore installation installs wrong version --- standalone-metastore/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index c6bddea..04eca50 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -30,7 +30,7 @@ <name>Hive Standalone Metastore</name> <properties> - <hive.version.shortname>3.1.0</hive.version.shortname> + <hive.version.shortname>3.2.0</hive.version.shortname> <!-- Build properties --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
