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

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


The following commit(s) were added to refs/heads/v5.0.3-release by this push:
     new 196016ffa4 [maven-release-plugin] prepare release kylin-5.0.3
196016ffa4 is described below

commit 196016ffa4b70a68439be72d75584d2f99ed23b1
Author: Li Yang <[email protected]>
AuthorDate: Thu Sep 18 16:53:16 2025 +0800

    [maven-release-plugin] prepare release kylin-5.0.3
---
 pom.xml                                             | 4 ++--
 src/assembly/pom.xml                                | 2 +-
 src/common-booter/pom.xml                           | 2 +-
 src/common-server/pom.xml                           | 2 +-
 src/common-service/pom.xml                          | 2 +-
 src/core-common/pom.xml                             | 2 +-
 src/core-job/pom.xml                                | 2 +-
 src/core-metadata/pom.xml                           | 2 +-
 src/core-metrics/pom.xml                            | 2 +-
 src/core-storage/pom.xml                            | 2 +-
 src/data-loading-booter/pom.xml                     | 2 +-
 src/data-loading-server/pom.xml                     | 2 +-
 src/data-loading-service/pom.xml                    | 2 +-
 src/datasource-sdk/pom.xml                          | 2 +-
 src/datasource-service/pom.xml                      | 2 +-
 src/distributed-lock-ext/pom.xml                    | 2 +-
 src/jdbc/pom.xml                                    | 2 +-
 src/job-service/pom.xml                             | 2 +-
 src/kylin-it/pom.xml                                | 2 +-
 src/kylin-server-it/pom.xml                         | 2 +-
 src/metadata-server/pom.xml                         | 2 +-
 src/modeling-service/pom.xml                        | 2 +-
 src/ops-booter/pom.xml                              | 2 +-
 src/ops-server/pom.xml                              | 2 +-
 src/ops-service/pom.xml                             | 2 +-
 src/query-booter/pom.xml                            | 2 +-
 src/query-common/pom.xml                            | 2 +-
 src/query-server/pom.xml                            | 2 +-
 src/query-service/pom.xml                           | 2 +-
 src/query/pom.xml                                   | 2 +-
 src/rec-booter/pom.xml                              | 2 +-
 src/rec-server/pom.xml                              | 2 +-
 src/rec-service/pom.xml                             | 2 +-
 src/server/pom.xml                                  | 2 +-
 src/source-hive/pom.xml                             | 2 +-
 src/spark-project/engine-build-sdk/pom.xml          | 2 +-
 src/spark-project/engine-spark/pom.xml              | 2 +-
 src/spark-project/kylin-internal-catalog/pom.xml    | 2 +-
 src/spark-project/kylin-soft-affinity-cache/pom.xml | 2 +-
 src/spark-project/source-jdbc/pom.xml               | 2 +-
 src/spark-project/sparder/pom.xml                   | 2 +-
 src/spark-project/spark-common/pom.xml              | 2 +-
 src/spark-project/spark-it/pom.xml                  | 2 +-
 src/streaming-sdk/pom.xml                           | 2 +-
 src/streaming-service/pom.xml                       | 2 +-
 src/streaming/pom.xml                               | 2 +-
 src/tool/pom.xml                                    | 2 +-
 47 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/pom.xml b/pom.xml
index e793703bd9..989d31e8f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <groupId>org.apache.kylin</groupId>
     <artifactId>kylin</artifactId>
     <packaging>pom</packaging>
-    <version>5.0.3-SNAPSHOT</version>
+    <version>5.0.3</version>
 
     <name>Apache Kylin 5</name>
     <url>http://kylin.apache.org/5.0</url>
@@ -45,7 +45,7 @@
         <!-- developerConnection is using in maven-release-plugin  
https://maven.apache.org/guides/mini/guide-releasing.html-->
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</developerConnection>
         <url>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</url>
-        <tag>HEAD</tag>
+        <tag>kylin-5.0.3</tag>
     </scm>
 
     <issueManagement>
diff --git a/src/assembly/pom.xml b/src/assembly/pom.xml
index 9b4c6065fd..e8942d7f03 100644
--- a/src/assembly/pom.xml
+++ b/src/assembly/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/common-booter/pom.xml b/src/common-booter/pom.xml
index dc037510a0..ad8a8c6a0f 100644
--- a/src/common-booter/pom.xml
+++ b/src/common-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/common-server/pom.xml b/src/common-server/pom.xml
index 66963d85a1..910eff7034 100644
--- a/src/common-server/pom.xml
+++ b/src/common-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/common-service/pom.xml b/src/common-service/pom.xml
index 46278dda24..a408c20739 100644
--- a/src/common-service/pom.xml
+++ b/src/common-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/core-common/pom.xml b/src/core-common/pom.xml
index a7fbd964eb..a2d9e7f955 100644
--- a/src/core-common/pom.xml
+++ b/src/core-common/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/core-job/pom.xml b/src/core-job/pom.xml
index fb3e29de95..170e17dfaa 100644
--- a/src/core-job/pom.xml
+++ b/src/core-job/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/core-metadata/pom.xml b/src/core-metadata/pom.xml
index 44f12bae2a..80d55eed91 100644
--- a/src/core-metadata/pom.xml
+++ b/src/core-metadata/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/core-metrics/pom.xml b/src/core-metrics/pom.xml
index 0d4c857abc..ea6da105e1 100644
--- a/src/core-metrics/pom.xml
+++ b/src/core-metrics/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <name>Kylin - Core Metrics</name>
diff --git a/src/core-storage/pom.xml b/src/core-storage/pom.xml
index aa5c5541f4..b872bb7eaf 100644
--- a/src/core-storage/pom.xml
+++ b/src/core-storage/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/data-loading-booter/pom.xml b/src/data-loading-booter/pom.xml
index 36bc002f28..0d420f223d 100644
--- a/src/data-loading-booter/pom.xml
+++ b/src/data-loading-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/data-loading-server/pom.xml b/src/data-loading-server/pom.xml
index cccc344564..a92cf14c85 100644
--- a/src/data-loading-server/pom.xml
+++ b/src/data-loading-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/data-loading-service/pom.xml b/src/data-loading-service/pom.xml
index 271fcfbe4f..928b38bed5 100644
--- a/src/data-loading-service/pom.xml
+++ b/src/data-loading-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/datasource-sdk/pom.xml b/src/datasource-sdk/pom.xml
index 7ccdd6dadc..9e9203410d 100644
--- a/src/datasource-sdk/pom.xml
+++ b/src/datasource-sdk/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/datasource-service/pom.xml b/src/datasource-service/pom.xml
index 8668ae6d93..8f71f27591 100644
--- a/src/datasource-service/pom.xml
+++ b/src/datasource-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/distributed-lock-ext/pom.xml b/src/distributed-lock-ext/pom.xml
index 2cb5bc957a..ea0ccd3690 100644
--- a/src/distributed-lock-ext/pom.xml
+++ b/src/distributed-lock-ext/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/jdbc/pom.xml b/src/jdbc/pom.xml
index 9c8e48c727..4ba6c16c0c 100644
--- a/src/jdbc/pom.xml
+++ b/src/jdbc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/job-service/pom.xml b/src/job-service/pom.xml
index 0f5c501e35..233a828877 100644
--- a/src/job-service/pom.xml
+++ b/src/job-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/kylin-it/pom.xml b/src/kylin-it/pom.xml
index d3b116b0fb..1de1af5c3d 100644
--- a/src/kylin-it/pom.xml
+++ b/src/kylin-it/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/kylin-server-it/pom.xml b/src/kylin-server-it/pom.xml
index a2fbf2853e..84d19dc656 100644
--- a/src/kylin-server-it/pom.xml
+++ b/src/kylin-server-it/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/metadata-server/pom.xml b/src/metadata-server/pom.xml
index 7ee5f955b2..36dfefae2a 100644
--- a/src/metadata-server/pom.xml
+++ b/src/metadata-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/modeling-service/pom.xml b/src/modeling-service/pom.xml
index 6b1f4bb9e6..931bd7d155 100644
--- a/src/modeling-service/pom.xml
+++ b/src/modeling-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/ops-booter/pom.xml b/src/ops-booter/pom.xml
index 6392055aba..b82cf1c192 100644
--- a/src/ops-booter/pom.xml
+++ b/src/ops-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/ops-server/pom.xml b/src/ops-server/pom.xml
index 5e6362ee5c..5873246b69 100644
--- a/src/ops-server/pom.xml
+++ b/src/ops-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/ops-service/pom.xml b/src/ops-service/pom.xml
index da7d388848..dac496ffe0 100644
--- a/src/ops-service/pom.xml
+++ b/src/ops-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query-booter/pom.xml b/src/query-booter/pom.xml
index 741bf2c871..02ae457ff3 100644
--- a/src/query-booter/pom.xml
+++ b/src/query-booter/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query-common/pom.xml b/src/query-common/pom.xml
index e248b09e23..3aac7fb5dc 100644
--- a/src/query-common/pom.xml
+++ b/src/query-common/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/query-server/pom.xml b/src/query-server/pom.xml
index f3e8c0b85e..af3d9bf7f6 100644
--- a/src/query-server/pom.xml
+++ b/src/query-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query-service/pom.xml b/src/query-service/pom.xml
index 78794c0c5b..13c191942c 100644
--- a/src/query-service/pom.xml
+++ b/src/query-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/query/pom.xml b/src/query/pom.xml
index 891c6093d0..2e408c4639 100644
--- a/src/query/pom.xml
+++ b/src/query/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/rec-booter/pom.xml b/src/rec-booter/pom.xml
index 2eff7ccc32..44f97aed9d 100644
--- a/src/rec-booter/pom.xml
+++ b/src/rec-booter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/rec-server/pom.xml b/src/rec-server/pom.xml
index 920b437b91..02db7f25d4 100644
--- a/src/rec-server/pom.xml
+++ b/src/rec-server/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/rec-service/pom.xml b/src/rec-service/pom.xml
index 5543098ec8..af615922c1 100644
--- a/src/rec-service/pom.xml
+++ b/src/rec-service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/server/pom.xml b/src/server/pom.xml
index 59fdd45013..b02d39acad 100644
--- a/src/server/pom.xml
+++ b/src/server/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/source-hive/pom.xml b/src/source-hive/pom.xml
index a03c45a8b7..2b3f5ae8c7 100644
--- a/src/source-hive/pom.xml
+++ b/src/source-hive/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/engine-build-sdk/pom.xml 
b/src/spark-project/engine-build-sdk/pom.xml
index f54b170c7d..1a12dbe819 100644
--- a/src/spark-project/engine-build-sdk/pom.xml
+++ b/src/spark-project/engine-build-sdk/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/spark-project/engine-spark/pom.xml 
b/src/spark-project/engine-spark/pom.xml
index 66938fca85..16d11420d1 100644
--- a/src/spark-project/engine-spark/pom.xml
+++ b/src/spark-project/engine-spark/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/kylin-internal-catalog/pom.xml 
b/src/spark-project/kylin-internal-catalog/pom.xml
index 79ebf9e01c..d6757733b2 100644
--- a/src/spark-project/kylin-internal-catalog/pom.xml
+++ b/src/spark-project/kylin-internal-catalog/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/kylin-soft-affinity-cache/pom.xml 
b/src/spark-project/kylin-soft-affinity-cache/pom.xml
index d758f2874d..2217e2cc2b 100644
--- a/src/spark-project/kylin-soft-affinity-cache/pom.xml
+++ b/src/spark-project/kylin-soft-affinity-cache/pom.xml
@@ -31,7 +31,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/source-jdbc/pom.xml 
b/src/spark-project/source-jdbc/pom.xml
index 0deedd193c..088f46148c 100644
--- a/src/spark-project/source-jdbc/pom.xml
+++ b/src/spark-project/source-jdbc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/spark-project/sparder/pom.xml 
b/src/spark-project/sparder/pom.xml
index 6b09bae747..599db80ab6 100644
--- a/src/spark-project/sparder/pom.xml
+++ b/src/spark-project/sparder/pom.xml
@@ -30,7 +30,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/spark-common/pom.xml 
b/src/spark-project/spark-common/pom.xml
index aaa87bf48e..664ac58b63 100644
--- a/src/spark-project/spark-common/pom.xml
+++ b/src/spark-project/spark-common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/spark-project/spark-it/pom.xml 
b/src/spark-project/spark-it/pom.xml
index 20b26f2570..b6e96f2664 100644
--- a/src/spark-project/spark-it/pom.xml
+++ b/src/spark-project/spark-it/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/src/streaming-sdk/pom.xml b/src/streaming-sdk/pom.xml
index cd801cb51f..d222545644 100644
--- a/src/streaming-sdk/pom.xml
+++ b/src/streaming-sdk/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/streaming-service/pom.xml b/src/streaming-service/pom.xml
index 7ceedf489d..8f6a98659d 100644
--- a/src/streaming-service/pom.xml
+++ b/src/streaming-service/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/src/streaming/pom.xml b/src/streaming/pom.xml
index 05e41796cf..7e8a2ffcee 100644
--- a/src/streaming/pom.xml
+++ b/src/streaming/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/src/tool/pom.xml b/src/tool/pom.xml
index 1d07595473..ae0ac59549 100644
--- a/src/tool/pom.xml
+++ b/src/tool/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>kylin</artifactId>
         <groupId>org.apache.kylin</groupId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>5.0.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Reply via email to