Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit 3456202

Browse files
committed
Release container fix.
The release branch uses the project version, not a daily snapshot.
1 parent 4c18375 commit 3456202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<beam.version>2.1.0</beam.version>
107107

108108
<dataflow.release_name>Google Cloud Dataflow SDK for Java</dataflow.release_name>
109-
<dataflow.container_version>${project.version}-20170823</dataflow.container_version>
109+
<dataflow.container_version>${project.version}</dataflow.container_version>
110110
<dataflow.legacy_environment_major_version>6</dataflow.legacy_environment_major_version>
111111
<dataflow.fnapi_environment_major_version>1</dataflow.fnapi_environment_major_version>
112112
</properties>

0 commit comments

Comments
 (0)