You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by he...@apache.org on 2021/04/29 07:19:51 UTC

[beam] branch release-2.30.0 created (now f4b1402)

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

heejong pushed a change to branch release-2.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at f4b1402  Set Dataflow container to release version.

This branch includes the following new commits:

     new f4b1402  Set Dataflow container to release version.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[beam] 01/01: Set Dataflow container to release version.

Posted by he...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

heejong pushed a commit to branch release-2.30.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit f4b1402ee242c125f19f6d346f0fcd1d86e1e136
Author: Heejong Lee <he...@gmail.com>
AuthorDate: Thu Apr 29 00:18:54 2021 -0700

    Set Dataflow container to release version.
---
 runners/google-cloud-dataflow-java/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index eafc6e3..079650b 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -45,7 +45,7 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '8',
     'dataflow.fnapi_environment_major_version' : '8',
-    'dataflow.container_version' : 'beam-master-20210427',
+    'dataflow.container_version' : 'beam-2.30.0',
     'dataflow.container_base_repository' : 'gcr.io/cloud-dataflow/v1beta3',
   ]
 }