aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJorg Heymans <jorg.heymans@gmail.com>2018-04-04 01:51:56 +0200
committerKun Zhang <zhangkun83@users.noreply.github.com>2018-04-03 16:51:56 -0700
commit2094bb4d8ef20da6e7603f1e109b4cf5ae01ebe1 (patch)
tree2a9ee510745afc1378f02023aeddcd8e77f2a596 /README.md
parent8f01084bb3b4dd7bf39f3bf3b87e0ce09be22e74 (diff)
downloadgrpc-grpc-java-2094bb4d8ef20da6e7603f1e109b4cf5ae01ebe1.tar.gz
doc: upgrade protobuf-maven-plugin in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0c56b727..5c20f69d7 100644
--- a/README.md
+++ b/README.md
@@ -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>