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

[beam] branch TheNeuralBit-patch-1 created (now 5a05540)

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

bhulette pushed a change to branch TheNeuralBit-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 5a05540  Bump dataflow container version

This branch includes the following new commits:

     new 5a05540  Bump dataflow container 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: Bump dataflow container version

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

bhulette pushed a commit to branch TheNeuralBit-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5a055406443dc623b4f3766b1de797652b285244
Author: Brian Hulette <bh...@google.com>
AuthorDate: Thu Feb 13 16:24:51 2020 -0800

    Bump dataflow container 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 3a16f7a..78e1045 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -39,7 +39,7 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '7',
     'dataflow.fnapi_environment_major_version' : '7',
-    'dataflow.container_version' : 'beam-master-20200123'
+    'dataflow.container_version' : 'beam-master-20200213'
   ]
 }