aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKun Zhang <zhangkun83@users.noreply.github.com>2018-01-05 16:40:20 -0800
committerGitHub <noreply@github.com>2018-01-05 16:40:20 -0800
commit86d64122e5fa440827028db735a0cba938f8464f (patch)
treecd9f76ad60c49b1153012d0bc14f7d11d6f71736 /README.md
parent5aed25210588b621bb040ce64a138a54d68dd08a (diff)
downloadgrpc-grpc-java-86d64122e5fa440827028db735a0cba938f8464f.tar.gz
Upgrade to Protobuf 3.5.1 and Protoc 3.5.1-1. (#3921)
protoc-3.5.0-linux-x86_64 introduced GLIBC_2.14 dependency and broke gRPC release process (https://github.com/google/protobuf/issues/4138). 3.5.1-1 is the proper re-build.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d73de63c1..d2eb2023c 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.5.0</version>
<configuration>
- <protocArtifact>com.google.protobuf:protoc:3.5.0:exe:${os.detected.classifier}</protocArtifact>
+ <protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.8.0:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
@@ -123,7 +123,7 @@ buildscript {
protobuf {
protoc {
- artifact = "com.google.protobuf:protoc:3.5.0"
+ artifact = "com.google.protobuf:protoc:3.5.1-1"
}
plugins {
grpc {