This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MJLINK-29 in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
commit 07d718594eafb1647a3036d45fab2e22e4df9aaf Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sat Nov 3 12:53:30 2018 +0100 Downgrade maven-invoker-plugin to 3.0.1 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c4aba9c..be01d7f 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> + <version>3.0.1</version> <configuration> <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> <environmentVariables>
