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 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 {