You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by nk...@apache.org on 2019/07/10 08:15:28 UTC

[parquet-mr] branch master updated: PARQUET-1552: upgrade protoc-jar-maven-plugin to 3.8.0 to fix proxy issue (#659)

This is an automated email from the ASF dual-hosted git repository.

nkollar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 1487456  PARQUET-1552: upgrade protoc-jar-maven-plugin to 3.8.0 to fix proxy issue (#659)
1487456 is described below

commit 1487456830bcad1ec1bef25539cf2e5bd10ddf67
Author: Chen, Junjie <ji...@tencent.com>
AuthorDate: Wed Jul 10 16:15:23 2019 +0800

    PARQUET-1552: upgrade protoc-jar-maven-plugin to 3.8.0 to fix proxy issue (#659)
---
 parquet-protobuf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index 9e5d8fe..a25a3b3 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -159,7 +159,7 @@
       <plugin>
         <groupId>com.github.os72</groupId>
         <artifactId>protoc-jar-maven-plugin</artifactId>
-        <version>3.6.0.1</version>
+        <version>3.8.0</version>
         <executions>
           <execution>
             <id>generate-sources</id>