You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2021/02/02 07:22:44 UTC

[kylin] 01/02: Fix maven-release-plugin.

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

shaofengshi pushed a commit to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 6a4dcc8246446d94c62d187fcd6f0abacf7cdee6
Author: XiaoxiangYu <xx...@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>