Skip to content

Commit 15ca74b

Browse files
authored
build: update protoc plugin (#1341)
1 parent 2bbc0e4 commit 15ca74b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

google-http-client-protobuf/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
</executions>
4444
</plugin>
4545
<plugin>
46-
<groupId>com.google.protobuf.tools</groupId>
47-
<artifactId>maven-protoc-plugin</artifactId>
48-
<version>0.4.2</version>
46+
<groupId>org.xolstice.maven.plugins</groupId>
47+
<artifactId>protobuf-maven-plugin</artifactId>
48+
<version>0.6.1</version>
4949
<configuration>
5050
<protocArtifact>com.google.protobuf:protoc:${project.protobuf-java.version}:exe:${os.detected.classifier}</protocArtifact>
5151
</configuration>

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@
8787
<name>Central Repository</name>
8888
<url>https://repo.maven.apache.org/maven2</url>
8989
</pluginRepository>
90-
<pluginRepository>
91-
<id>protoc-plugin</id>
92-
<url>https://dl.bintray.com/sergei-ivanov/maven/</url>
93-
</pluginRepository>
9490
</pluginRepositories>
9591

9692
<!--

0 commit comments

Comments
 (0)