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/03/26 21:02:24 UTC

[maven-install-plugin] branch master updated: Removed version override.

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-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f15be3  Removed version override.
1f15be3 is described below

commit 1f15be370b3f649dbba7352673483ba2d98969d6
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 26 22:02:01 2020 +0100

    Removed version override.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e3ef9a3..6019e89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,6 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>3.0.1</version>
               <configuration>
                 <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                 <cloneClean>true</cloneClean>