This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new bb15a86cfc KARAF-7920: Upgrade to modello-maven-plugin 2.4.0
bb15a86cfc is described below
commit bb15a86cfcc9d2e9c12cee50e42cc8ed85620bd9
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jan 4 16:28:12 2025 +0100
KARAF-7920: Upgrade to modello-maven-plugin 2.4.0
(cherry picked from commit 6adb9377df7982dba55bf2e47794d270e17a74c1)
---
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 ce6040149b..c82a2607a7 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>2.0.0</version>
+ <version>2.4.0</version>
<executions>
<execution>
<phase>generate-sources</phase>