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

Commit

Permalink
Move properties to root pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Jan 7, 2017
1 parent 331283a commit aad7caf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>

<beam.version>0.4.0</beam.version>

<dataflow.release_name>Google Cloud Dataflow SDK for Java</dataflow.release_name>
<dataflow.container_version>${project.version}-20170103</dataflow.container_version>
<dataflow.environment_major_version>6</dataflow.environment_major_version>
</properties>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations under
# the License.

environment.major.version=6
environment.major.version=${dataflow.environment_major_version}

worker.image.batch=dataflow.gcr.io/v1beta3/beam-java-batch:${project.version}-20170103
worker.image.streaming=dataflow.gcr.io/v1beta3/beam-java-streaming:${project.version}-20170103
worker.image.batch=dataflow.gcr.io/v1beta3/beam-java-batch:${dataflow.container_version}
worker.image.streaming=dataflow.gcr.io/v1beta3/beam-java-streaming:${dataflow.container_version}
2 changes: 1 addition & 1 deletion sdk/src/main/resources/org/apache/beam/sdk/sdk.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# License for the specific language governing permissions and limitations under
# the License.

name=Google Cloud Dataflow SDK for Java
name=${dataflow.release_name}
version=${pom.version}
build.date=${timestamp}

0 comments on commit aad7caf

Please sign in to comment.