You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ga...@apache.org on 2018/02/05 20:33:19 UTC

hive git commit: HIVE-18601 Support Power platform by updating protoc-jar-maven-plugin version (Pravin Dsilva via Alan Gates)

Repository: hive
Updated Branches:
  refs/heads/master e0eee6bef -> fa4af2f17


HIVE-18601 Support Power platform by updating protoc-jar-maven-plugin version (Pravin Dsilva via Alan Gates)


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

Branch: refs/heads/master
Commit: fa4af2f17669011bbde8c28e2913e66d838d8ff8
Parents: e0eee6b
Author: Alan Gates <ga...@hortonworks.com>
Authored: Mon Feb 5 12:32:34 2018 -0800
Committer: Alan Gates <ga...@hortonworks.com>
Committed: Mon Feb 5 12:32:34 2018 -0800

----------------------------------------------------------------------
 standalone-metastore/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/fa4af2f1/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 9fe2a61..58ed741 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -481,7 +481,7 @@
       <plugin>
         <groupId>com.github.os72</groupId>
         <artifactId>protoc-jar-maven-plugin</artifactId>
-        <version>3.0.0-a3</version>
+        <version>3.5.1.1</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>