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 045b29226e KARAF-7983: Upgrade to modello-maven-plugin 2.5.1 (#1972)
045b29226e is described below
commit 045b29226ed15168d8c867711e0f77465dc89ee9
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jul 26 11:17:56 2025 +0200
KARAF-7983: Upgrade to modello-maven-plugin 2.5.1 (#1972)
(cherry picked from commit 81c768ab66010307dd00a5faa9c7c471a79b4db9)
---
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 4ca7b86b66..9444a2bf87 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.4.0</version>
+ <version>2.5.1</version>
<executions>
<execution>
<phase>generate-sources</phase>