This is an automated email from the ASF dual-hosted git repository. shaofengshi 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 bb904b8 minor, comment scala-maven-plugin version to let compile on old maven bb904b8 is described below commit bb904b8f6fbfe61728fd199bd1fb8ce579f66209 Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Wed Sep 19 09:36:38 2018 +0800 minor, comment scala-maven-plugin version to let compile on old maven --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01e0442..0377f42 100644 --- a/pom.xml +++ b/pom.xml @@ -1215,7 +1215,8 @@ <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> - <version>3.4.1</version> + <!-- uncomment this on release --> + <!--<version>3.4.1</version>--> </plugin> </plugins> </build>