File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
google-api-client-protobuf Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 77
77
</executions >
78
78
</plugin >
79
79
<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 >
83
83
<configuration >
84
84
<protocArtifact >com.google.protobuf:protoc:${project.protobuf-java.version} :exe:${os.detected.classifier} </protocArtifact >
85
85
</configuration >
Original file line number Diff line number Diff line change 90
90
</executions >
91
91
</plugin >
92
92
<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 >
96
96
<configuration >
97
97
<protocArtifact >com.google.protobuf:protoc:${project.protobuf-java.version} :exe:${os.detected.classifier} </protocArtifact >
98
98
</configuration >
Original file line number Diff line number Diff line change 78
78
<name >Central Repository</name >
79
79
<url >https://repo.maven.apache.org/maven2</url >
80
80
</pluginRepository >
81
- <pluginRepository >
82
- <id >protoc-plugin</id >
83
- <url >https://dl.bintray.com/sergei-ivanov/maven/</url >
84
- </pluginRepository >
85
81
</pluginRepositories >
86
82
87
83
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments