Update Flink's pom.xml Remove unnecessary version specifier.
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/83ec8385 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/83ec8385 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/83ec8385 Branch: refs/heads/release-0.1.0-incubating Commit: 83ec8385ea51fdd75db9fd70bfbe3e7c20c0d84c Parents: 9f0e804 Author: Davor Bonaci <[email protected]> Authored: Tue Jun 7 10:38:20 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Tue Jun 7 10:45:10 2016 -0700 ---------------------------------------------------------------------- runners/flink/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/83ec8385/runners/flink/pom.xml ---------------------------------------------------------------------- diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml index 6a6cff7..034c538 100644 --- a/runners/flink/pom.xml +++ b/runners/flink/pom.xml @@ -27,8 +27,6 @@ </parent> <artifactId>beam-runners-flink-parent</artifactId> - <version>0.1.0-incubating-SNAPSHOT</version> - <name>Apache Beam :: Runners :: Flink</name> <packaging>pom</packaging>
