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 2018/08/02 18:23:04 UTC

[maven-install-plugin] branch MSHARED-695 updated: Downgrade maven-invoker-plugin version 3.0.1

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

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


The following commit(s) were added to refs/heads/MSHARED-695 by this push:
     new 5dea819  Downgrade maven-invoker-plugin version 3.0.1
5dea819 is described below

commit 5dea8190805f85a7ed8b7fdbbd9c1caf3475f108
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Aug 2 20:22:51 2018 +0200

    Downgrade maven-invoker-plugin version 3.0.1
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 790d528..3c3ab3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,7 @@
             <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>