This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch HeinrichHueppe-MEAR-277 in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git
commit 294e09ff7b4d623272d5b3e480dc969beba95e9d Author: Heinrich Hüppe <[email protected]> AuthorDate: Sat Oct 12 14:46:04 2019 +0200 [MEAR-277] - Upgrade maven-invoker-plugin to 3.2.1 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index e0bc29c..794ea56 100644 --- a/pom.xml +++ b/pom.xml @@ -169,6 +169,14 @@ <pluginManagement> <plugins> + <!-- + TODO: maven-invoker-plugin version should come from maven-plugins pom + --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-invoker-plugin</artifactId> + <version>3.2.1</version> + </plugin> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId>
