This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit fc2a0f8b31513d1d122f2f9e20edb1b353e526c2
Author: Maximilian Michels <[email protected]>
AuthorDate: Tue Sep 18 15:09:27 2018 +0200

    Use default Scala 2.11 syntax for artifact name
---
 src/documentation/runners/flink.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/documentation/runners/flink.md 
b/src/documentation/runners/flink.md
index 574d1d8..a2cac75 100644
--- a/src/documentation/runners/flink.md
+++ b/src/documentation/runners/flink.md
@@ -90,7 +90,7 @@ For more information, the [Flink 
Documentation](https://ci.apache.org/projects/f
 ```java
 <dependency>
   <groupId>org.apache.beam</groupId>
-  <artifactId>beam-runners-flink_2.10</artifactId>
+  <artifactId>beam-runners-flink_2.11</artifactId>
   <version>{{ site.release_latest }}</version>
 </dependency>
 ```

Reply via email to