Repository: incubator-beam Updated Branches: refs/heads/master 9934a4335 -> 2376aea8f
Update Flink runner's pom.xml Removing an extra '-' in the comment XML prefix "!<---". This is not a valid prefix and breaks Maven release plugin. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/269af8d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/269af8d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/269af8d5 Branch: refs/heads/master Commit: 269af8d53db5ab5579f1c647f58552ea636bcec8 Parents: 9934a43 Author: Davor Bonaci <[email protected]> Authored: Mon May 23 14:57:40 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Mon May 23 15:21:25 2016 -0700 ---------------------------------------------------------------------- runners/flink/runner/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/269af8d5/runners/flink/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml index b29a5bf..cd35a4d 100644 --- a/runners/flink/runner/pom.xml +++ b/runners/flink/runner/pom.xml @@ -63,7 +63,7 @@ <version>${flink.version}</version> </dependency> - <!--- Beam --> + <!-- Beam --> <dependency> <groupId>org.apache.beam</groupId> <artifactId>java-sdk-all</artifactId>
