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/11/05 06:13:05 UTC

[kylin] branch v3.1.3-release created (now 170174f)

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

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


      at 170174f  Modify shade-guava version for release

This branch includes the following new commits:

     new 170174f  Modify shade-guava version for release

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 shade-guava version for release

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

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

commit 170174f92994d74ec86553bf08ae8edf86347ff3
Author: nichunen <ni...@apache.org>
AuthorDate: Fri Nov 5 06:12:40 2021 +0000

    Modify shade-guava version for release
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd4375d..2769e62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,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>
@@ -1362,7 +1362,6 @@
   </build>
 
   <modules>
-    <module>external</module>
     <module>core-common</module>
     <module>core-metadata</module>
     <module>core-dictionary</module>