Repository: orc
Updated Branches:
  refs/heads/branch-1.4 6c4865ad9 -> 3290f61b5


ORC-324 Upgrade protoc-jar-maven-plugin to support ARM and PPC.

Fixes #234

Signed-off-by: Owen O'Malley <omal...@apache.org>


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

Branch: refs/heads/branch-1.4
Commit: 3290f61b5925a83cbb8d116cb9928693f99ad8f7
Parents: 6c4865a
Author: Vi On <v...@hortonworks.com>
Authored: Fri Mar 16 14:13:44 2018 -0700
Committer: Owen O'Malley <omal...@apache.org>
Committed: Tue Mar 20 15:26:59 2018 -0700

----------------------------------------------------------------------
 java/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/3290f61b/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index ff81c99..006ffc5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -229,7 +229,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>
@@ -237,6 +237,7 @@
                 <goal>run</goal>
               </goals>
               <configuration>
+                 
<protocArtifact>com.google.protobuf:protoc:2.5.0</protocArtifact>
                  <protocVersion>2.5.0</protocVersion>
                 <addSources>none</addSources>
                 <includeDirectories>

Reply via email to