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

gnodet pushed a commit to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git


The following commit(s) were added to refs/heads/mvn4 by this push:
     new ada3123  Switch a few core plugins to the new api
ada3123 is described below

commit ada31237f50216d8d96d3fc07638f1ea93aa22ed
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Feb 24 17:00:57 2022 +0100

    Switch a few core plugins to the new api
---
 pom.xml                                                             | 6 +++---
 .../maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 84e7abf..730656e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>34</version>
+    <version>35-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -68,7 +68,7 @@ under the License.
     <mavenVersion>4.0.0-alpha-1-SNAPSHOT</mavenVersion>
     <checkstyleVersion>9.2.1</checkstyleVersion>
     <doxiaVersion>2.0.0-M2-SNAPSHOT</doxiaVersion>
-    <doxiaSiteVersion>2.0.0-M1-SNAPSHOT</doxiaSiteVersion>
+    <doxiaSiteVersion>2.0.0-M3-SNAPSHOT</doxiaSiteVersion>
     <sitePluginVersion>3.9.1</sitePluginVersion>
     <surefire.version>2.22.2</surefire.version>
     
<project.build.outputTimestamp>2021-01-23T22:30:12Z</project.build.outputTimestamp>
@@ -324,7 +324,7 @@ under the License.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.20</version>
+        <version>1.21</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
diff --git 
a/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
 
b/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
index f3e645c..6381ea7 100644
--- 
a/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
+++ 
b/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
@@ -834,7 +834,7 @@ public class CheckstyleViolationCheckMojo
     }
 
     private AuditListener getListener()
-        throws MojoFailureException, MojoExecutionException
+        throws MojoExecutionException, MojoFailureException
     {
         AuditListener listener = null;
 

Reply via email to