You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/30 18:26:33 UTC

[maven-enforcer] branch master updated: Use maven-invoker-plugin version from parent

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....@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>