You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by an...@apache.org on 2019/05/08 01:42:55 UTC

[beam] branch master updated: [SQL] Upgrade DataCatalog client to 0.4.0-alpha

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

anton 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 6a45d90  [SQL] Upgrade DataCatalog client to 0.4.0-alpha
     new 8e14f2f  Merge pull request #8527 from akedin/upgrade-dc-040
6a45d90 is described below

commit 6a45d90cda5b83d9f4f552da85b9fb521a7469b4
Author: akedin <ke...@google.com>
AuthorDate: Tue May 7 17:29:33 2019 -0700

    [SQL] Upgrade DataCatalog client to 0.4.0-alpha
---
 buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 066c64c..b0794fd 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -368,7 +368,7 @@ class BeamModulePlugin implements Plugin<Project> {
     def cassandra_driver_version = "3.6.0"
     def generated_grpc_beta_version = "0.44.0"
     def generated_grpc_ga_version = "1.43.0"
-    def generated_grpc_dc_beta_version = "0.1.0-alpha"
+    def generated_grpc_dc_beta_version = "0.4.0-alpha"
     def google_auth_version = "0.12.0"
     def google_clients_version = "1.27.0"
     def google_cloud_bigdataoss_version = "1.9.16"