Skip to content

Commit

Permalink
[MPMD-337] Upgrade Maven Parent to 36
Browse files Browse the repository at this point in the history
This closes #67
  • Loading branch information
adangel authored and michael-o committed May 15, 2022
1 parent e0c8769 commit 7467798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>35</version>
<version>36</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -277,22 +277,6 @@ under the License.
</excludes>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
</plugin>

<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.16.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions src/site/markdown/releasenotes.md
Expand Up @@ -43,6 +43,7 @@ under the License.
* [MPMD-329](https://issues.apache.org/jira/browse/MPMD-329) - Upgrade to PMD 6.45.0
* [MPMD-330](https://issues.apache.org/jira/browse/MPMD-330) - Upgrade Maven Parent to 35
* [MPMD-331](https://issues.apache.org/jira/browse/MPMD-331) - Require Maven 3.2.5+
* [MPMD-337](https://issues.apache.org/jira/browse/MPMD-337) - Upgrade Maven Parent to 36

## Version 3.16.0

Expand Down

0 comments on commit 7467798

Please sign in to comment.