mirror of https://github.com/grpc/grpc-java.git
doc: upgrade protobuf-maven-plugin in README.md
This commit is contained in:
parent
8f01084bb3
commit
2094bb4d8e
|
|
@ -85,7 +85,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
|
|||
<plugin>
|
||||
<groupId>org.xolstice.maven.plugins</groupId>
|
||||
<artifactId>protobuf-maven-plugin</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
<configuration>
|
||||
<protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
|
||||
<pluginId>grpc-java</pluginId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue