doc: upgrade protobuf-maven-plugin in README.md

This commit is contained in:
Jorg Heymans 2018-04-04 01:51:56 +02:00 committed by Kun Zhang
parent 8f01084bb3
commit 2094bb4d8e
1 changed files with 1 additions and 1 deletions

View File

@ -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>