You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/03 15:26:58 UTC

[maven-parent] 01/01: [MPOM-314] Upgrade modello-maven-plugin from 1.11 to 2.0.0

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

sjaranowski pushed a commit to branch MPOM-314
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit a0e519c43d3af3a69c90d17849b3a2653dd0b9bd
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Apr 3 17:26:05 2022 +0200

    [MPOM-314] Upgrade modello-maven-plugin from 1.11 to 2.0.0
---
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index df5170e..140a0c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1004,10 +1004,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.11</version>
-          <configuration>
-            <useJava5>true</useJava5>
-          </configuration>
+          <version>2.0.0</version>
         </plugin>
         <!-- site publishing configuration -->
         <plugin>