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

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


The following commit(s) were added to refs/heads/main by this push:
     new 92fe8cd38d [KARAF-7497] Upgrade to modello-maven-plugin 2.0.0
     new d2dedd662f Merge pull request #1554 from jbonofre/KARAF-7497
92fe8cd38d is described below

commit 92fe8cd38dd11a5da834f36a2d2ce8c9c2a00fe0
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jun 25 07:18:56 2022 +0200

    [KARAF-7497] Upgrade to modello-maven-plugin 2.0.0
---
 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 5e6069cd91..be4b32f5a8 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>

Reply via email to