This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin-on-parquet-v2 in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin-on-parquet-v2 by this push: new 9904b3c Fix maven-release-plugin. 9904b3c is described below commit 9904b3ca0828914a8727986879ec1981bc5b12e6 Author: XiaoxiangYu <x...@apache.org> AuthorDate: Tue Feb 2 14:45:33 2021 +0800 Fix maven-release-plugin. --- external/pom.xml | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/external/pom.xml b/external/pom.xml index ac7a473..1da3dac 100644 --- a/external/pom.xml +++ b/external/pom.xml @@ -31,6 +31,10 @@ <relativePath>../pom.xml</relativePath> </parent> + <modules> + <module>shaded-guava</module> + </modules> + <build> <plugins> <plugin> diff --git a/pom.xml b/pom.xml index 92ecebb..19da771 100644 --- a/pom.xml +++ b/pom.xml @@ -255,7 +255,7 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-shaded-guava</artifactId> - <version>3.1.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.kylin</groupId>