This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MNG-7942 in repository https://gitbox.apache.org/repos/asf/maven.git
commit dbf164668a282489a3949e3d5af21929ab6cbcd4 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Nov 21 21:30:10 2023 +0100 [MNG-7942] Upgrade maven-parent to 41 --- pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 11ae7f0476..ca8ae6fbc5 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>40</version> + <version>41</version> <relativePath /> </parent> @@ -576,14 +576,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <!-- remove with next parent MPOM-371 --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>config/maven_checks_nocodestyle.xml</configLocation> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId>