This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MPOM-445 in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit ae7117d2d992c9df412b7b1be1ff85ff3e986dbf Author: Slawomir Jaranowski <[email protected]> AuthorDate: Tue Nov 7 23:24:44 2023 +0100 [MPOM-445] Use maven-checkstyle-plugin version from parent --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index dab3b7b..23c751f 100644 --- a/pom.xml +++ b/pom.xml @@ -1061,7 +1061,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.3.0</version> <configuration> <configLocation>config/maven_checks_nocodestyle.xml</configLocation> <!-- workaround to avoid analysing generated content (Modello, plugin help mojo, ...) -->
