You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/05/07 19:28:00 UTC

[maven-resolver] branch dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.2.1 created (now babc04f)

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

slachiewicz pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.2.1
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git.


      at babc04f  Bump maven-invoker-plugin from 3.0.1 to 3.2.1

This branch includes the following new commits:

     new babc04f  Bump maven-invoker-plugin from 3.0.1 to 3.2.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-resolver] 01/01: Bump maven-invoker-plugin from 3.0.1 to 3.2.1

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.2.1
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git

commit babc04f399bec71ec216948d03091acf77ffd439
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Mon Apr 27 04:16:10 2020 +0000

    Bump maven-invoker-plugin from 3.0.1 to 3.2.1
    
    Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.0.1 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
    - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.0.1...maven-invoker-plugin-3.2.1)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml b/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
index f895b41..c7dc9c2 100644
--- a/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
+++ b/maven-resolver-demos/maven-resolver-demo-maven-plugin/pom.xml
@@ -101,7 +101,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>3.0.1</version>
+            <version>3.2.1</version>
             <configuration>
               <debug>false</debug>
               <projectsDirectory>src/it</projectsDirectory>