This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch 2.5.x in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/2.5.x by this push: new ce368b9 minor, uncomment scala-maven-plugin version to allow travis-ci ce368b9 is described below commit ce368b954a0dba67e845ce2548d7af1a9fd73d93 Author: shaofengshi <shaofeng...@apache.org> AuthorDate: Tue Sep 25 16:03:19 2018 +0800 minor, uncomment scala-maven-plugin version to allow travis-ci --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9365289..c8f717a 100644 --- a/pom.xml +++ b/pom.xml @@ -1180,7 +1180,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> </pluginManagement>