You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by em...@apache.org on 2021/12/30 01:16:48 UTC

[beam] branch release-2.36.0 created (now f62cabf)

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

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


      at f62cabf  Set Dataflow container to release version.

This branch includes the following new commits:

     new f62cabf  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 em...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f62cabf68f4ff53d5e34e24c28c808552c6668f2
Author: Emily Ye <em...@google.com>
AuthorDate: Thu Dec 30 01:09:05 2021 +0000

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

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 0387fe2..ebf8238 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -45,8 +45,8 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '8',
     'dataflow.fnapi_environment_major_version' : '8',
-    'dataflow.legacy_container_version' : 'beam-master-20211213',
-    'dataflow.fnapi_container_version' : 'beam-master-20210913',
+    'dataflow.legacy_container_version' : 'beam-2.36.0',
+    'dataflow.fnapi_container_version' : 'beam-2.36.0',
     'dataflow.container_base_repository' : 'gcr.io/cloud-dataflow/v1beta3',
   ]
 }