This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hive.git
The following commit(s) were added to refs/heads/main by this push:
new 30bfa21 [hotfix] flink-connector-hive artifactId with scala version
30bfa21 is described below
commit 30bfa216b1619a619461aee435412f877d9cf14d
Author: slankka <[email protected]>
AuthorDate: Wed Jan 10 05:08:47 2024 +0800
[hotfix] flink-connector-hive artifactId with scala version
---
flink-connector-hive/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-connector-hive/pom.xml b/flink-connector-hive/pom.xml
index bd4a2b3..b0ae95d 100644
--- a/flink-connector-hive/pom.xml
+++ b/flink-connector-hive/pom.xml
@@ -29,7 +29,7 @@ under the License.
<version>3.0-SNAPSHOT</version>
</parent>
- <artifactId>flink-connector-hive</artifactId>
+ <artifactId>flink-connector-hive_${scala.binary.version}</artifactId>
<name>Flink : Connectors : Hive</name>
<packaging>jar</packaging>