You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/25 15:24:33 UTC

[maven-invoker-plugin] branch master updated: Let the parent do it's work.

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

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d45e5d7  Let the parent do it's work.
d45e5d7 is described below

commit d45e5d72763f8ab567beaa87d607a89d59399fa6
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 25 17:24:21 2020 +0200

    Let the parent do it's work.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ec5a03..3adbc7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,6 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>3.2.0</version>
               <configuration>
                 <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                 <preBuildHookScript>setup</preBuildHookScript>