You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/07/25 10:55:39 UTC

[maven-invoker-plugin] branch master updated: [MINVOKER-244] Upgrade maven-artifact-transfer to 0.11.0

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

olamy 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 42cdc2f  [MINVOKER-244] Upgrade maven-artifact-transfer to 0.11.0
42cdc2f is described below

commit 42cdc2ff657bcec9570ee0a30eea1164155b09e3
Author: olivier lamy <ol...@apache.org>
AuthorDate: Thu Jul 25 20:55:25 2019 +1000

    [MINVOKER-244] Upgrade maven-artifact-transfer to 0.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d0ece56..5461d7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>0.10.1</version>
+      <version>0.11.0</version>
     </dependency>
 
     <!-- Doxia -->