Skip to content

Commit 2de037e

Browse files
authored
build: update protobuf plugin (#1770)
@Neenu1995 @chingor13 unbreak build
1 parent ac25206 commit 2de037e

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

google-api-client-protobuf/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
</executions>
7878
</plugin>
7979
<plugin>
80-
<groupId>com.google.protobuf.tools</groupId>
81-
<artifactId>maven-protoc-plugin</artifactId>
82-
<version>0.4.2</version>
80+
<groupId>org.xolstice.maven.plugins</groupId>
81+
<artifactId>protobuf-maven-plugin</artifactId>
82+
<version>0.6.1</version>
8383
<configuration>
8484
<protocArtifact>com.google.protobuf:protoc:${project.protobuf-java.version}:exe:${os.detected.classifier}</protocArtifact>
8585
</configuration>

google-api-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
</executions>
9191
</plugin>
9292
<plugin>
93-
<groupId>com.google.protobuf.tools</groupId>
94-
<artifactId>maven-protoc-plugin</artifactId>
95-
<version>0.4.2</version>
93+
<groupId>org.xolstice.maven.plugins</groupId>
94+
<artifactId>protobuf-maven-plugin</artifactId>
95+
<version>0.6.1</version>
9696
<configuration>
9797
<protocArtifact>com.google.protobuf:protoc:${project.protobuf-java.version}:exe:${os.detected.classifier}</protocArtifact>
9898
</configuration>

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@
7878
<name>Central Repository</name>
7979
<url>https://repo.maven.apache.org/maven2</url>
8080
</pluginRepository>
81-
<pluginRepository>
82-
<id>protoc-plugin</id>
83-
<url>https://dl.bintray.com/sergei-ivanov/maven/</url>
84-
</pluginRepository>
8581
</pluginRepositories>
8682

8783
<dependencyManagement>

0 commit comments

Comments
 (0)