You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/03/03 18:25:55 UTC

[beam] branch master updated: [BEAM-9288] Bump version number vendored gRPC build.

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 40293eb  [BEAM-9288] Bump version number vendored gRPC build.
     new 7df0d6c  Merge pull request #11029 from lukecwik/vendor
40293eb is described below

commit 40293eb52ca914acbbbae51e4b24fa280f2b44f0
Author: Luke Cwik <lc...@google.com>
AuthorDate: Tue Mar 3 10:20:38 2020 -0800

    [BEAM-9288] Bump version number vendored gRPC build.
---
 vendor/grpc-1_26_0/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/grpc-1_26_0/build.gradle b/vendor/grpc-1_26_0/build.gradle
index 1af047b..88c622f 100644
--- a/vendor/grpc-1_26_0/build.gradle
+++ b/vendor/grpc-1_26_0/build.gradle
@@ -23,7 +23,7 @@ plugins { id 'org.apache.beam.vendor-java' }
 description = "Apache Beam :: Vendored Dependencies :: gRPC :: 1.26.0"
 
 group = "org.apache.beam"
-version = "0.2"
+version = "0.3"
 
 vendorJava(
   dependencies: GrpcVendoring_1_26_0.dependencies(),