This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 17628ad2d [SUREFIRE-2081] Upgrade Parent to 36 17628ad2d is described below commit 17628ad2dd7dbe00142a9ab7c4f98e1c42710708 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Thu May 5 07:38:36 2022 +0200 [SUREFIRE-2081] Upgrade Parent to 36 --- pom.xml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index 2eb6f841f..ba5d6229d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>maven-parent</artifactId> <groupId>org.apache.maven</groupId> - <version>35</version> + <version>36</version> </parent> <groupId>org.apache.maven.surefire</groupId> @@ -359,23 +359,9 @@ <build> <pluginManagement> <plugins> - <plugin> - <!-- TODO remove with next parent --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <version>3.16.0</version> - </plugin> - <plugin> - <!-- TODO remove with next parent --> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - <version>3.0.0</version> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <!-- TODO version remove with next parent --> - <version>3.10.1</version> <configuration> <fork>true</fork> <compilerArgs> @@ -568,18 +554,6 @@ <id>reporting</id> <reporting> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <reportSets> - <reportSet> - <reports> - <report>cpd</report> - <report>pmd</report> - </reports> - </reportSet> - </reportSets> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId>