This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new e1f2f8191c [KYUUBI #7172][FOLLOWUP] kyuubi-spark-lineage-shaded
artifactId should include scala.binary.version
e1f2f8191c is described below
commit e1f2f8191cee6f49fe3c3e9f52b9897f4feb79dc
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Sep 22 15:00:17 2025 +0800
[KYUUBI #7172][FOLLOWUP] kyuubi-spark-lineage-shaded artifactId should
include scala.binary.version
---
extensions/spark/kyuubi-spark-lineage-shaded/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/spark/kyuubi-spark-lineage-shaded/pom.xml
b/extensions/spark/kyuubi-spark-lineage-shaded/pom.xml
index 476642d90f..cd6b1c2bfa 100644
--- a/extensions/spark/kyuubi-spark-lineage-shaded/pom.xml
+++ b/extensions/spark/kyuubi-spark-lineage-shaded/pom.xml
@@ -25,7 +25,7 @@
<relativePath>../../../pom.xml</relativePath>
</parent>
- <artifactId>kyuubi-spark-lineage-shaded</artifactId>
+
<artifactId>kyuubi-spark-lineage-shaded_${scala.binary.version}</artifactId>
<packaging>jar</packaging>
<name>Kyuubi Dev Spark Lineage Extension Shaded</name>
<url>https://kyuubi.apache.org/</url>