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

yhcast0 pushed a commit to branch v5.0.2-release
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/v5.0.2-release by this push:
     new 05ac386f60 Update spark & gluten release version (#2325)
05ac386f60 is described below

commit 05ac386f60d59614c503ebb1cdfcee557f1e1ae6
Author: Yinghao Lin <[email protected]>
AuthorDate: Thu Mar 6 13:07:43 2025 +0800

    Update spark & gluten release version (#2325)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2705a1c494..8ad6215186 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,12 +128,12 @@
         <kafka.version>2.8.2</kafka.version>
 
         <!-- Spark versions -->
-        <spark.version>3.3.0-kylin-5.2.2-SNAPSHOT</spark.version>
+        <spark.version>3.3.0-kylin-5.2.2</spark.version>
         <delta.version>2.3.0</delta.version>
         <delta-standalone.version>0.6.0</delta-standalone.version>
         <iceberg.version>1.4.1</iceberg.version>
 
-        <gluten.version>1.3.0-kylin-250110-SNAPSHOT</gluten.version>
+        <gluten.version>1.3.0-kylin-250110</gluten.version>
         <gluten.deps.scope>compile</gluten.deps.scope>
         <substrait.version>0.5.0</substrait.version>
         <celeborn.version>0.3.0-incubating</celeborn.version>

Reply via email to