forked from phoedos/pmd
Use pmd 6.25.0
This commit is contained in:
6
pom.xml
6
pom.xml
@ -104,7 +104,7 @@
|
||||
|
||||
<argLine>-Xmx512m -Dfile.encoding=${project.build.sourceEncoding}</argLine>
|
||||
|
||||
<pmd.build-tools.version>6</pmd.build-tools.version>
|
||||
<pmd.build-tools.version>7</pmd.build-tools.version>
|
||||
|
||||
<pmd-designer.version>6.24.0</pmd-designer.version>
|
||||
</properties>
|
||||
@ -370,12 +370,12 @@
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-core</artifactId>
|
||||
<version>6.23.0</version>
|
||||
<version>6.25.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-java</artifactId>
|
||||
<version>6.23.0</version>
|
||||
<version>6.25.0</version>
|
||||
</dependency>
|
||||
<!-- This contains the dogfood ruleset -->
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user