You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/19 12:42:46 UTC

[maven-resolver-ant-tasks] branch master updated: MNG-6007 missing aether to resolver rename

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git


The following commit(s) were added to refs/heads/master by this push:
     new e3eafd8  MNG-6007 missing aether to resolver rename
e3eafd8 is described below

commit e3eafd8e400659e1dd7bcf7106cae0990f2fbbf1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Feb 19 13:42:45 2018 +0100

    MNG-6007 missing aether to resolver rename
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86dab02..c961f27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
                   <shadedPattern>org.apache.maven.resolver.internal.ant.org.apache</shadedPattern>
                   <excludes>
                     <exclude>org.apache.tools.**</exclude>
-                    <exclude>org.apache.maven.aether.**</exclude>
+                    <exclude>org.apache.maven.resolver.**</exclude>
                   </excludes>
                 </relocation>
                 <relocation>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.