pom.xml: upgrade maven-pmd-plugin to 3.6
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
ca82b4de1b
commit
230c1ca803
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -204,7 +204,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.5</version>
|
||||
<version>3.6</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>pmd</id>
|
||||
|
@ -339,7 +339,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>3.5</version>
|
||||
<version>3.6</version>
|
||||
<configuration>
|
||||
<linkXref>true</linkXref>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue