You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/03/17 16:32:53 UTC

[maven-default-skin] branch stabilize updated: Update maven-invoker-plugin

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

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-default-skin.git


The following commit(s) were added to refs/heads/stabilize by this push:
     new 7b5775a  Update maven-invoker-plugin
7b5775a is described below

commit 7b5775ac0ce4ef05808f25b6e3bd7b21c73914fe
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Mar 17 17:32:42 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 53fe5ac..b3fc753 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>3.2.0</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>