You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/25 11:59:32 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7497] Upgrade to modello-maven-plugin 2.0.0

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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 460530ad8b [KARAF-7497] Upgrade to modello-maven-plugin 2.0.0
460530ad8b is described below

commit 460530ad8b159ab21859168517c4cab1275501cd
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Jun 25 07:18:56 2022 +0200

    [KARAF-7497] Upgrade to modello-maven-plugin 2.0.0
    
    (cherry picked from commit 92fe8cd38dd11a5da834f36a2d2ce8c9c2a00fe0)
---
 tooling/utils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/utils/pom.xml b/tooling/utils/pom.xml
index 26c5336355..acfa6fb99a 100644
--- a/tooling/utils/pom.xml
+++ b/tooling/utils/pom.xml
@@ -62,7 +62,7 @@
             <plugin>
                 <groupId>org.codehaus.modello</groupId>
                 <artifactId>modello-maven-plugin</artifactId>
-                <version>1.11</version>
+                <version>2.0.0</version>
                 <executions>
                     <execution>
                         <phase>generate-sources</phase>