You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/25 11:09:27 UTC

[maven-parent] 03/04: [MPOM-392] Upgrade to Maven Checkstyle Plugin 3.2.1

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

michaelo pushed a commit to branch update-reporting
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit a007759841f3f5c3aa3fae08965790fe202563f9
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 25 12:08:28 2023 +0100

    [MPOM-392] Upgrade to Maven Checkstyle Plugin 3.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 15f13d6..1860934 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1036,7 +1036,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.2.1</version>
           <configuration>
             <configLocation>config/maven_checks_nocodestyle.xml</configLocation>
             <!-- workaround to avoid analysing generated content (Modello, plugin help mojo, ...) -->