This repository was archived by the owner on Nov 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
sdk/src/main/resources/org/apache/beam/runners/dataflow Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 107107
108108 <dataflow .release_name>Google Cloud Dataflow SDK for Java</dataflow .release_name>
109109 <dataflow .container_version>${project.version} -20170517</dataflow .container_version>
110- <dataflow .environment_major_version>6</dataflow .environment_major_version>
110+ <dataflow .legacy_environment_major_version>6</dataflow .legacy_environment_major_version>
111+ <dataflow .fnapi_environment_major_version>1</dataflow .fnapi_environment_major_version>
111112 </properties >
112113
113114 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 1212# License for the specific language governing permissions and limitations under
1313# the License.
1414
15- environment.major.version =${dataflow.environment_major_version}
16-
17- worker.image.batch =dataflow.gcr.io/v1beta3/beam-java-batch:${dataflow.container_version}
18- worker.image.streaming =dataflow.gcr.io/v1beta3/beam-java-streaming:${dataflow.container_version}
15+ legacy.environment.major.version =${dataflow.legacy_environment_major_version}
16+ fnapi.environment.major.version =${dataflow.fnapi_environment_major_version}
17+ container.version =${dataflow.container_version}
You can’t perform that action at this time.
0 commit comments