Update exec-maven-plugin version to 1.6.0
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/cc130e92 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/cc130e92 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/cc130e92 Branch: refs/heads/master Commit: cc130e925622bd962674b4125d9b93f62ebb12bf Parents: 8e8d71b Author: nichunen <chunen...@kyligence.io> Authored: Thu Jan 4 21:32:15 2018 +0800 Committer: Li Yang <liy...@apache.org> Committed: Fri Jan 26 22:54:58 2018 +0800 ---------------------------------------------------------------------- external/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/cc130e92/external/pom.xml ---------------------------------------------------------------------- diff --git a/external/pom.xml b/external/pom.xml index 2cc09b2..8e0a40a 100644 --- a/external/pom.xml +++ b/external/pom.xml @@ -47,7 +47,7 @@ <plugin> <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> - <version>1.5.0</version> + <version>1.6.0</version> <executions> <execution> <id>install_htrace</id> http://git-wip-us.apache.org/repos/asf/kylin/blob/cc130e92/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da43c62..be2d2bf 100644 --- a/pom.xml +++ b/pom.xml @@ -1096,7 +1096,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> - <version>1.5.0</version> + <version>1.6.0</version> </plugin> <plugin> <groupId>org.springframework.boot</groupId>