Skip to content

Commit

Permalink
build: update protoc plugin (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Apr 13, 2021
1 parent 2bbc0e4 commit 15ca74b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions google-http-client-protobuf/pom.xml
Expand Up @@ -43,9 +43,9 @@
</executions>
</plugin>
<plugin>
<groupId>com.google.protobuf.tools</groupId>
<artifactId>maven-protoc-plugin</artifactId>
<version>0.4.2</version>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:${project.protobuf-java.version}:exe:${os.detected.classifier}</protocArtifact>
</configuration>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Expand Up @@ -87,10 +87,6 @@
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
<pluginRepository>
<id>protoc-plugin</id>
<url>https://dl.bintray.com/sergei-ivanov/maven/</url>
</pluginRepository>
</pluginRepositories>

<!--
Expand Down

0 comments on commit 15ca74b

Please sign in to comment.