Repository: orc Updated Branches: refs/heads/master 3f23d507c -> 8fae89ff4
ORC-324 Upgrade protoc-jar-maven-plugin to support ARM and PPC. Fixes #234 Signed-off-by: Owen O'Malley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/8fae89ff Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/8fae89ff Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/8fae89ff Branch: refs/heads/master Commit: 8fae89ff4db464c919400250e3003b64ecc271b2 Parents: 3f23d50 Author: Vi On <[email protected]> Authored: Fri Mar 16 14:13:44 2018 -0700 Committer: Owen O'Malley <[email protected]> Committed: Tue Mar 20 15:00:56 2018 -0700 ---------------------------------------------------------------------- java/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/8fae89ff/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index 47409be..f847e2d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -240,7 +240,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> @@ -248,6 +248,7 @@ <goal>run</goal> </goals> <configuration> + <protocArtifact>com.google.protobuf:protoc:2.5.0</protocArtifact> <protocVersion>2.5.0</protocVersion> <addSources>none</addSources> <includeDirectories>
