This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 2e9b3175f17ec22fdbcf55b38c647a334651a9f7 Author: Yaguang Jia <jiayagu...@foxmail.com> AuthorDate: Mon Jan 30 10:53:49 2023 +0800 [DIRTY] fix issue when /tmp dir with noexec --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3e8a58dba3..127e57b13d 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,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> - <arthas.version>3.6.7-kyarthas-r2</arthas.version> + <arthas.version>3.6.7-kyarthas-r3</arthas.version> <!-- Keep same order with dependencyManagement -->