Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 23AA7200C7C for ; Mon, 5 Jun 2017 19:59:38 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22802160BE1; Mon, 5 Jun 2017 17:59:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D6807160BD4 for ; Mon, 5 Jun 2017 19:59:36 +0200 (CEST) Received: (qmail 2625 invoked by uid 500); 5 Jun 2017 17:59:36 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 2583 invoked by uid 99); 5 Jun 2017 17:59:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2017 17:59:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D629ADFAF5; Mon, 5 Jun 2017 17:59:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: danburkert@apache.org To: commits@kudu.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kudu git commit: [java-client] update protoc maven plugin Date: Mon, 5 Jun 2017 17:59:35 +0000 (UTC) archived-at: Mon, 05 Jun 2017 17:59:38 -0000 Repository: kudu Updated Branches: refs/heads/branch-1.3.x a1234c05a -> 713703ea1 [java-client] update protoc maven plugin The current protoc maven plugin is not hosted on maven central and the hosting domain is unavailable. It also has not been updated since 2012. It appears like the most current and maintained fork is here: https://github.com/xolstice/protobuf-maven-plugin Change-Id: I43167c298e5230cd6421fd992f712513f8801b5a Reviewed-on: http://gerrit.cloudera.org:8080/6830 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert Reviewed-by: David Ribeiro Alves Reviewed-on: http://gerrit.cloudera.org:8080/7070 Reviewed-by: Jean-Daniel Cryans Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/713703ea Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/713703ea Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/713703ea Branch: refs/heads/branch-1.3.x Commit: 713703ea12e9b165d2d6f0be8e458756ef2bb501 Parents: a1234c0 Author: Grant Henke Authored: Tue May 9 14:08:34 2017 -0500 Committer: Dan Burkert Committed: Mon Jun 5 17:31:36 2017 +0000 ---------------------------------------------------------------------- java/kudu-client/pom.xml | 22 +++++++++++----------- java/pom.xml | 8 +------- 2 files changed, 12 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/713703ea/java/kudu-client/pom.xml ---------------------------------------------------------------------- diff --git a/java/kudu-client/pom.xml b/java/kudu-client/pom.xml index 0c48082..0782446 100644 --- a/java/kudu-client/pom.xml +++ b/java/kudu-client/pom.xml @@ -114,12 +114,12 @@ - com.google.protobuf.tools - maven-protoc-plugin + org.xolstice.maven.plugins + protobuf-maven-plugin ${maven-protoc-plugin.version} + https://www.xolstice.org/protobuf-maven-plugin/usage.html --> true ${project.basedir}/../../src @@ -296,8 +296,8 @@ - com.google.protobuf.tools - maven-protoc-plugin + org.xolstice.maven.plugins + protobuf-maven-plugin [${maven-protoc-plugin.version},) compile @@ -338,8 +338,8 @@ - com.google.protobuf.tools - maven-protoc-plugin + org.xolstice.maven.plugins + protobuf-maven-plugin ${maven-protoc-plugin.version} @@ -365,8 +365,8 @@ - com.google.protobuf.tools - maven-protoc-plugin + org.xolstice.maven.plugins + protobuf-maven-plugin ${maven-protoc-plugin.version} @@ -390,8 +390,8 @@ - com.google.protobuf.tools - maven-protoc-plugin + org.xolstice.maven.plugins + protobuf-maven-plugin ${maven-protoc-plugin.version} protoc http://git-wip-us.apache.org/repos/asf/kudu/blob/713703ea/java/pom.xml ---------------------------------------------------------------------- diff --git a/java/pom.xml b/java/pom.xml index 20f5083..b9e371b 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -52,7 +52,7 @@ 2.6 1.4 2.18 - 0.1.10 + 0.5.0 2.4 2.18 5.5.3 @@ -272,12 +272,6 @@ - - - protoc-plugin - http://maven.davidtrott.com/repository - Protoc Plugin Repository - schema-validator-maven-plugin