You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2020/10/13 02:08:05 UTC

[kylin] branch master updated: HOTFIX modify the version of shaded-guava module to 3.1.2-SNAPSHOT

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


The following commit(s) were added to refs/heads/master by this push:
     new 1fed374  HOTFIX modify the version of shaded-guava module to 3.1.2-SNAPSHOT
1fed374 is described below

commit 1fed3740ff1ae8c22d77e058f15499e39371b177
Author: Zhichao Zhang <44...@qq.com>
AuthorDate: Tue Oct 13 09:45:41 2020 +0800

    HOTFIX modify the version of shaded-guava module to 3.1.2-SNAPSHOT
---
 external/shaded-guava/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/shaded-guava/pom.xml b/external/shaded-guava/pom.xml
index 26068ec..79c0115 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.1-SNAPSHOT</version>
+        <version>3.1.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>