Skip to content

Commit

Permalink
Build: Maven plugin updates
Browse files Browse the repository at this point in the history
- maven-compiler-plugin ............................. 3.9.0  -> 3.10.0
- maven-pmd-plugin .................................. 3.15.0 -> 3.16.0
- org.sonatype.plugins:nexus-staging-maven-plugin ... 1.6.9  -> 1.6.11
  • Loading branch information
marcelmay committed Feb 20, 2022
1 parent c02fd71 commit 2343157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<plugin>
<!-- http://maven.apache.org/plugins/maven-compile-plugin/plugin-info.html -->
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -236,7 +236,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.14.0</version>
<version>3.16.0</version>
<configuration>
<format>html</format>
<linkXRef>true</linkXRef>
Expand Down Expand Up @@ -271,7 +271,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.9</version>
<version>1.6.11</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 2343157

Please sign in to comment.