This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git
commit b3fad403271ca400f06c644503c5121184f582a1 Author: XiaoxiangYu <[email protected]> AuthorDate: Sat May 8 10:10:04 2021 +0800 Reset external module --- external/pom.xml | 2 +- external/shaded-guava/pom.xml | 2 +- pom.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/external/pom.xml b/external/pom.xml index 2c35635..35a7565 100644 --- a/external/pom.xml +++ b/external/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>3.1.2-SNAPSHOT</version> + <version>3.1.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/shaded-guava/pom.xml b/external/shaded-guava/pom.xml index 79c0115..589fe76 100644 --- a/external/shaded-guava/pom.xml +++ b/external/shaded-guava/pom.xml @@ -28,7 +28,7 @@ <parent> <artifactId>kylin</artifactId> <groupId>org.apache.kylin</groupId> - <version>3.1.2-SNAPSHOT</version> + <version>3.1.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 1d2b055..abf8d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,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> @@ -1362,6 +1362,7 @@ </build> <modules> + <module>external</module> <module>core-common</module> <module>core-metadata</module> <module>core-dictionary</module>
