Repository: incubator-beam Updated Branches: refs/heads/master 7108bc025 -> ca01b6e60
Fix comment formatting in Flink runner's pom.xml The triple '---' trips release plugin, causing a build-time error. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/7ebf0120 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/7ebf0120 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/7ebf0120 Branch: refs/heads/master Commit: 7ebf0120341e6f5bfa52ad371bddadbb684ea192 Parents: 7108bc0 Author: Davor Bonaci <[email protected]> Authored: Wed May 11 14:31:26 2016 -0700 Committer: Davor Bonaci <[email protected]> Committed: Wed May 11 15:09:51 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/7ebf0120/runners/flink/runner/pom.xml ---------------------------------------------------------------------- diff --git a/runners/flink/runner/pom.xml b/runners/flink/runner/pom.xml index a1d5370..13d6635 100644 --- a/runners/flink/runner/pom.xml +++ b/runners/flink/runner/pom.xml @@ -87,7 +87,7 @@ <artifactId>flink-avro_2.10</artifactId> <version>${flink.version}</version> </dependency> - <!--- Beam --> + <!-- Beam --> <dependency> <groupId>org.apache.beam</groupId> <artifactId>java-sdk-all</artifactId>
