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/04/09 20:15:23 UTC

[maven-changes-plugin] branch master updated: [MCHANGES-408] fixed io/xpp3 path

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


The following commit(s) were added to refs/heads/master by this push:
     new 47d00eb  [MCHANGES-408] fixed io/xpp3 path
47d00eb is described below

commit 47d00eb14d003f0dd8c9722846d28a5f4760bb2e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Apr 9 22:15:09 2020 +0200

    [MCHANGES-408] fixed io/xpp3 path
---
 src/main/script/patch-modello.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/script/patch-modello.groovy b/src/main/script/patch-modello.groovy
index 82cc6bb..0a29394 100644
--- a/src/main/script/patch-modello.groovy
+++ b/src/main/script/patch-modello.groovy
@@ -33,4 +33,4 @@ def patch( String path )
 
 patch( 'target/classes/META-INF/changes/xsd' );
 patch( 'target/generated-sources/modello/org/apache/maven/plugins/changes/model' );
-patch( 'target/generated-sources/modello/org/apache/maven/plugins/changes/model/xpp3' );
+patch( 'target/generated-sources/modello/org/apache/maven/plugins/changes/model/io/xpp3' );