Repository: hive Updated Branches: refs/heads/branch-3 9cd62587f -> 4c4d48ea2
Preparing for release 3.0.0 : Updated standalone-metastore's dependency on storage-api Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4c4d48ea Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4c4d48ea Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/4c4d48ea Branch: refs/heads/branch-3 Commit: 4c4d48ea2d08c74210cbed41f528b41fc3152690 Parents: 9cd6258 Author: Vineet Garg <[email protected]> Authored: Thu May 17 21:16:57 2018 -0700 Committer: Vineet Garg <[email protected]> Committed: Thu May 17 21:17:12 2018 -0700 ---------------------------------------------------------------------- standalone-metastore/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/4c4d48ea/standalone-metastore/pom.xml ---------------------------------------------------------------------- diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 4095379..8779fd6 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -83,7 +83,7 @@ <orc.version>1.4.3</orc.version> <protobuf.version>2.5.0</protobuf.version> <sqlline.version>1.3.0</sqlline.version> - <storage-api.version>2.6.0-SNAPSHOT</storage-api.version> + <storage-api.version>2.6.1</storage-api.version> <!-- Thrift properties --> <thrift.home>you-must-set-this-to-run-thrift</thrift.home>
