This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch kylin5.0.0-alpha
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5.0.0-alpha by this push:
new 794a483c45 Update pom
794a483c45 is described below
commit 794a483c454e6570c96e97f280ef9bcd4ff81d50
Author: XiaoxiangYu <[email protected]>
AuthorDate: Fri Jan 6 11:30:11 2023 +0800
Update pom
---
pom.xml | 2 +-
src/kylin-it/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c158adec1e..842cf706fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<maven-model.version>3.3.9</maven-model.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <kylin.module.version>5.0.0-SNAPSHOT</kylin.module.version>
+ <kylin.module.version>5.0.0-alpha</kylin.module.version>
<arthas.version>3.6.3-kyarthas-r2</arthas.version>
<!-- Keep same order with dependencyManagement -->
diff --git a/src/kylin-it/pom.xml b/src/kylin-it/pom.xml
index 164c465210..e9838aa80a 100644
--- a/src/kylin-it/pom.xml
+++ b/src/kylin-it/pom.xml
@@ -14,7 +14,7 @@
<properties>
<beanutils.version>1.9.4</beanutils.version>
- <kylin.module.version>5.0.0-SNAPSHOT</kylin.module.version>
+ <kylin.module.version>5.0.0-alpha</kylin.module.version>
</properties>
<dependencies>