From 2de037e509c1bb5278fbf9dd1046f3e97f419147 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Tue, 13 Apr 2021 16:44:06 +0000 Subject: [PATCH] build: update protobuf plugin (#1770) @Neenu1995 @chingor13 unbreak build --- google-api-client-protobuf/pom.xml | 6 +++--- google-api-client/pom.xml | 6 +++--- pom.xml | 4 ---- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/google-api-client-protobuf/pom.xml b/google-api-client-protobuf/pom.xml index 4a794c0fb..b13556661 100644 --- a/google-api-client-protobuf/pom.xml +++ b/google-api-client-protobuf/pom.xml @@ -77,9 +77,9 @@ - com.google.protobuf.tools - maven-protoc-plugin - 0.4.2 + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 com.google.protobuf:protoc:${project.protobuf-java.version}:exe:${os.detected.classifier} diff --git a/google-api-client/pom.xml b/google-api-client/pom.xml index a7822a0b9..735862204 100644 --- a/google-api-client/pom.xml +++ b/google-api-client/pom.xml @@ -90,9 +90,9 @@ - com.google.protobuf.tools - maven-protoc-plugin - 0.4.2 + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 com.google.protobuf:protoc:${project.protobuf-java.version}:exe:${os.detected.classifier} diff --git a/pom.xml b/pom.xml index e706868c7..e6bb24c7c 100644 --- a/pom.xml +++ b/pom.xml @@ -78,10 +78,6 @@ Central Repository https://repo.maven.apache.org/maven2 - - protoc-plugin - https://dl.bintray.com/sergei-ivanov/maven/ -