Skip to content

Commit

Permalink
[SUREFIRE-2081] Upgrade Parent to 36
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 9, 2022
1 parent fea624d commit 17628ad
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 17628ad

Please sign in to comment.