You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/17 04:11:26 UTC

[maven-enforcer] branch master updated: no need of this path and use last invoker-plugin version

This is an automated email from the ASF dual-hosted git repository.

olamy 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 06e6df1  no need of this path and use last invoker-plugin version
06e6df1 is described below

commit 06e6df15e4eb08202184fa7ebb3b70128cf0ac50
Author: olivier lamy <ol...@apache.org>
AuthorDate: Wed Jun 17 14:10:47 2020 +1000

    no need of this path and use last invoker-plugin version
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 maven-enforcer-plugin/pom.xml | 2 ++
 pom.xml                       | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index f2f6c34..f996c5d 100644
--- a/maven-enforcer-plugin/pom.xml
+++ b/maven-enforcer-plugin/pom.xml
@@ -157,7 +157,9 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.2.1</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it/projects</projectsDirectory>
diff --git a/pom.xml b/pom.xml
index ca8ad33..f49e715 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,6 @@
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
     <version>34</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
   <artifactId>enforcer</artifactId>