You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2021/12/27 06:13:18 UTC

[kylin] branch v4.0.1-release created (now b5eec8c)

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

nic pushed a change to branch v4.0.1-release
in repository https://gitbox.apache.org/repos/asf/kylin.git.


      at b5eec8c  Modify shaded-guava version for release kylin4.0.1

This branch includes the following new commits:

     new b5eec8c  Modify shaded-guava version for release kylin4.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[kylin] 01/01: Modify shaded-guava version for release kylin4.0.1

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch v4.0.1-release
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit b5eec8c7c155295177bc21a716def6bdb314989a
Author: nichunen <ni...@apache.org>
AuthorDate: Mon Dec 27 06:12:48 2021 +0000

    Modify shaded-guava version for release kylin4.0.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b5ae85..ba02797 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@
       <dependency>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-shaded-guava</artifactId>
-        <version>${project.version}</version>
+        <version>3.1.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.kylin</groupId>
@@ -1527,7 +1527,7 @@
   </build>
 
   <modules>
-    <module>external</module>
+   <!-- <module>external</module>-->
     <module>core-common</module>
     <module>core-metadata</module>
 <!--    <module>core-dictionary</module>-->