From 3abcec17d16167ab86c0e953486ef452372d31af Mon Sep 17 00:00:00 2001 From: dapengzhang0 Date: Fri, 22 Jul 2016 20:54:44 +0000 Subject: Bump grpc-java lib to version 0.15.0 non-binaries -- Change-Id: I2da9049019b3965975fab9b7f606d099d6eab2ff Reviewed-on: https://bazel-review.googlesource.com/#/c/4040/ MOS_MIGRATED_REVID=128208129 --- third_party/grpc/BUILD | 28 ++++++++++++++-------------- third_party/grpc/README.bazel.md | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'third_party/grpc') diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD index 25d2a5f407..2ba07e3f8b 100644 --- a/third_party/grpc/BUILD +++ b/third_party/grpc/BUILD @@ -10,11 +10,11 @@ filegroup( java_import( name = "grpc-jar", jars = [ - "grpc-netty-0.14.1.jar", - "grpc-protobuf-0.14.1.jar", - "grpc-protobuf-lite-0.14.1.jar", - "grpc-stub-0.14.1.jar", - "grpc-core-0.14.1.jar", + "grpc-netty-0.15.0.jar", + "grpc-protobuf-0.15.0.jar", + "grpc-protobuf-lite-0.15.0.jar", + "grpc-stub-0.15.0.jar", + "grpc-core-0.15.0.jar", ], runtime_deps = ["//third_party:netty"], ) @@ -22,15 +22,15 @@ java_import( filegroup( name = "grpc-java-plugin", srcs = select({ - "//third_party:windows_mingw": ["protoc-gen-grpc-java-0.14.1-windows-x86_32.exe"], - "//third_party:windows_msys64_mingw64": ["protoc-gen-grpc-java-0.14.1-windows-x86_64.exe"], - "//third_party:windows_msys64": ["protoc-gen-grpc-java-0.14.1-windows-x86_64.exe"], - "//third_party:windows_clang": ["protoc-gen-grpc-java-0.14.1-windows-x86_64.exe"], - "//third_party:darwin": ["protoc-gen-grpc-java-0.14.1-osx-x86_64.exe"], - "//third_party:k8": ["protoc-gen-grpc-java-0.14.1-linux-x86_64.exe"], - "//third_party:piii": ["protoc-gen-grpc-java-0.14.1-linux-x86_32.exe"], - "//third_party:arm": ["protoc-gen-grpc-java-0.14.1-linux-x86_32.exe"], - "//third_party:freebsd": ["protoc-gen-grpc-java-0.14.1-linux-x86_32.exe"], + "//third_party:windows_mingw": ["protoc-gen-grpc-java-0.15.0-windows-x86_32.exe"], + "//third_party:windows_msys64_mingw64": ["protoc-gen-grpc-java-0.15.0-windows-x86_64.exe"], + "//third_party:windows_msys64": ["protoc-gen-grpc-java-0.15.0-windows-x86_64.exe"], + "//third_party:windows_clang": ["protoc-gen-grpc-java-0.15.0-windows-x86_64.exe"], + "//third_party:darwin": ["protoc-gen-grpc-java-0.15.0-osx-x86_64.exe"], + "//third_party:k8": ["protoc-gen-grpc-java-0.15.0-linux-x86_64.exe"], + "//third_party:piii": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"], + "//third_party:arm": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"], + "//third_party:freebsd": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"], }), ) diff --git a/third_party/grpc/README.bazel.md b/third_party/grpc/README.bazel.md index 9c7eaa0bf7..9e910bbb80 100644 --- a/third_party/grpc/README.bazel.md +++ b/third_party/grpc/README.bazel.md @@ -12,10 +12,10 @@ How to update the C++ sources of gRPC: How to update the Java plugin: Download it from Maven central. The project is called `protoc-gen-grpc-java` -and the version is `0.14.1` . +and the version is `0.15.0` . How to update the Java code: Download it from Maven central. The jars are called `grpc-core`, `grpc-netty`, `grpc-protobuf`, `grpc-protobuf-lite`, `grpc-stub` and the version is -`0.14.1`. +`0.15.0`. -- cgit v1.2.3