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 2020/06/11 06:18:11 UTC

[maven-reporting-exec] branch master updated: [MSHARED-924] fix Xpp3DomUtils shading relocation

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-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 8123cd9  [MSHARED-924] fix Xpp3DomUtils shading relocation
8123cd9 is described below

commit 8123cd95eb9ed5a43affa00bfb21bd34dcc323de
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Jun 11 08:18:07 2020 +0200

    [MSHARED-924] fix Xpp3DomUtils shading relocation
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e165ac2..daff35c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-exec</artifactId>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.5.1-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Executor</name>
   <description>Classes to manage report plugin executions with Maven 3.</description>
@@ -303,7 +303,7 @@
               </filters>
               <relocations>
                 <relocation>
-                  <pattern>org.codehaus.plexus.xml</pattern>
+                  <pattern>org.codehaus.plexus.util.xml</pattern>
                   <shadedPattern>org.apache.maven.reporting.exec.xml</shadedPattern>
                 </relocation>
               </relocations>