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 81c768ab66 KARAF-7983: Upgrade to modello-maven-plugin 2.5.1 (#1972) 81c768ab66 is described below commit 81c768ab66010307dd00a5faa9c7c471a79b4db9 Author: JB Onofré <jbono...@apache.org> AuthorDate: Sat Jul 26 11:17:56 2025 +0200 KARAF-7983: Upgrade to modello-maven-plugin 2.5.1 (#1972) --- 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 0cae997955..fc7a002e3f 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>