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 07:13:54 UTC

[kylin] branch v3.1.3-release updated (cbf982d -> 4320417)

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.


 discard cbf982d  Modify shaded-guava version from release kylin3.1.3
     new 4320417  Modify shaded-guava version from release kylin3.1.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cbf982d)
            \
             N -- N -- N   refs/heads/v3.1.3-release (4320417)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

[kylin] 01/01: Modify shaded-guava version from release kylin3.1.3

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 432041723ae5e3072fe6c3ce73f0c76ad62984e4
Author: nichunen <ni...@apache.org>
AuthorDate: Mon Dec 27 07:11:01 2021 +0000

    Modify shaded-guava version from release kylin3.1.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd4375d..068d6de 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,7 @@
   </build>
 
   <modules>
-    <module>external</module>
+    <!-- <module>external</module> -->
     <module>core-common</module>
     <module>core-metadata</module>
     <module>core-dictionary</module>