This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 6bc25c2 [FLINK-12347][build][sql] Add scala suffix
6bc25c2 is described below
commit 6bc25c2c3691d9bd2c12fcb0b3c123cf5ab70b7b
Author: liyafan82 <[email protected]>
AuthorDate: Sun Apr 28 17:27:32 2019 +0800
[FLINK-12347][build][sql] Add scala suffix
---
flink-table/flink-table-planner-blink/pom.xml | 4 ++--
flink-table/flink-table-runtime-blink/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/flink-table/flink-table-planner-blink/pom.xml
b/flink-table/flink-table-planner-blink/pom.xml
index 8f2582f..5fdada9 100644
--- a/flink-table/flink-table-planner-blink/pom.xml
+++ b/flink-table/flink-table-planner-blink/pom.xml
@@ -96,7 +96,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-table-runtime-blink</artifactId>
+
<artifactId>flink-table-runtime-blink_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
@@ -193,7 +193,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-table-runtime-blink</artifactId>
+
<artifactId>flink-table-runtime-blink_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
diff --git a/flink-table/flink-table-runtime-blink/pom.xml
b/flink-table/flink-table-runtime-blink/pom.xml
index 1024fd1..3d67513 100644
--- a/flink-table/flink-table-runtime-blink/pom.xml
+++ b/flink-table/flink-table-runtime-blink/pom.xml
@@ -27,7 +27,7 @@ under the License.
<relativePath>..</relativePath>
</parent>
- <artifactId>flink-table-runtime-blink</artifactId>
+
<artifactId>flink-table-runtime-blink_${scala.binary.version}</artifactId>
<name>flink-table-runtime-blink</name>
<description>
This module contains classes that are required by a task
manager for