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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new ff5fa9e4e5 [MNG-8057] Upgrade Modello to 2.3.0 (#1418)
ff5fa9e4e5 is described below

commit ff5fa9e4e515311dcd891ab9c4a52d93b40ff295
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Sun Feb 18 22:33:41 2024 +0100

    [MNG-8057] Upgrade Modello to 2.3.0 (#1418)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index b8590c5b46..375f7bcf69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -688,6 +688,8 @@ under the License.
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
+          <!-- need to be removed when upgrading to parent >= 42 -->
+          <version>2.3.0</version>
           <executions>
             <execution>
               <id>modello-site-docs</id>

Reply via email to