This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
The following commit(s) were added to refs/heads/master by this push: new 70f8b22 Use maven-invoker-plugin version from parent 70f8b22 is described below commit 70f8b22723fb3a4804c48cd01a15cadf593f598c Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Mon May 30 20:25:18 2022 +0200 Use maven-invoker-plugin version from parent --- maven-enforcer-plugin/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml index c57c975..3413a52 100644 --- a/maven-enforcer-plugin/pom.xml +++ b/maven-enforcer-plugin/pom.xml @@ -154,7 +154,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>3.2.2</version> <configuration> <debug>true</debug> <projectsDirectory>src/it/projects</projectsDirectory>