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 2018/09/13 02:30:58 UTC

[kylin] 01/01: KYLIN-3513 change scala-maven-plugin to 3.4.1

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

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

commit bde5a525826d058858ce35db1935dd110a25215f
Author: shaofengshi <sh...@apache.org>
AuthorDate: Thu Sep 13 10:30:10 2018 +0800

    KYLIN-3513 change scala-maven-plugin to 3.4.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 499e009..126536e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1180,7 +1180,7 @@
                 <plugin>
                     <groupId>net.alchim31.maven</groupId>
                     <artifactId>scala-maven-plugin</artifactId>
-                    <version>3.4.2</version>
+                    <version>3.4.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>