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/42c74477 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/42c74477 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/42c74477 Branch: refs/heads/master Commit: 42c74477a1553ac4bf98da7da3126fab286d6d2f Parents: 3adc5e3 Author: Davor Bonaci <[email protected]> Authored: Tue Jun 7 10:38:20 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Tue Jun 7 10:38:20 2016 -0700 ---------------------------------------------------------------------- runners/flink/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/42c74477/runners/flink/pom.xml ---------------------------------------------------------------------- diff --git a/runners/flink/pom.xml b/runners/flink/pom.xml index ed5db38..1c60a7b 100644 --- a/runners/flink/pom.xml +++ b/runners/flink/pom.xml @@ -27,8 +27,6 @@ </parent> <artifactId>beam-runners-flink-parent</artifactId> - <version>0.2.0-incubating-SNAPSHOT</version> - <name>Apache Beam :: Runners :: Flink</name> <packaging>pom</packaging>
