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 2019/05/12 11:06:42 UTC

[maven-shade-plugin] branch master updated: [MSHADE-320] - Upgrade maven-artifact-transfer to 0.11.0

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


The following commit(s) were added to refs/heads/master by this push:
     new dbd2a5c  [MSHADE-320] - Upgrade maven-artifact-transfer to 0.11.0
dbd2a5c is described below

commit dbd2a5c04619da76559c61c58755e7062fb8fab9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun May 12 09:49:31 2019 +0200

    [MSHADE-320] - 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 0cd2884..a01019b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>0.10.0</version>
+      <version>0.11.0</version>
     </dependency>
     <!-- Others -->
     <dependency>