From 8f714592a2dde7df355e1880a22346cb38b09395 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 28 Jan 2022 23:15:10 +0100 Subject: [PATCH 1/2] mvn4 aggregator --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1b90110..1cf3f07 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. org.apache.maven.plugins maven-plugins - 34 + 35-SNAPSHOT ../../pom/maven/maven-plugins/pom.xml @@ -66,7 +66,7 @@ under the License. - 3.0 + 4.0.0-alpha-1-SNAPSHOT 1.8 1.8 2021-02-24T19:52:25Z @@ -81,7 +81,7 @@ under the License. org.apache.maven.shared maven-shared-utils - 3.2.1 + 4.0.0-SNAPSHOT org.apache.maven From 0659d9e0e0b214e640b564137c5ce37da27f5dbd Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 24 Feb 2022 17:00:57 +0100 Subject: [PATCH 2/2] Switch a few core plugins to the new api --- src/main/java/org/apache/maven/plugins/scripting/EvalMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/scripting/EvalMojo.java b/src/main/java/org/apache/maven/plugins/scripting/EvalMojo.java index 3976f13..0af16f2 100644 --- a/src/main/java/org/apache/maven/plugins/scripting/EvalMojo.java +++ b/src/main/java/org/apache/maven/plugins/scripting/EvalMojo.java @@ -68,7 +68,7 @@ public class EvalMojo @Override public void execute() - throws MojoExecutionException, MojoFailureException + throws MojoExecutionException, MojoFailureException { try {