File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
google-http-client-protobuf Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 43
43
</executions >
44
44
</plugin >
45
45
<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 >
49
49
<configuration >
50
50
<protocArtifact >com.google.protobuf:protoc:${project.protobuf-java.version} :exe:${os.detected.classifier} </protocArtifact >
51
51
</configuration >
Original file line number Diff line number Diff line change 87
87
<name >Central Repository</name >
88
88
<url >https://repo.maven.apache.org/maven2</url >
89
89
</pluginRepository >
90
- <pluginRepository >
91
- <id >protoc-plugin</id >
92
- <url >https://dl.bintray.com/sergei-ivanov/maven/</url >
93
- </pluginRepository >
94
90
</pluginRepositories >
95
91
96
92
<!--
You can’t perform that action at this time.
0 commit comments