maven-pmd-plugin 3.2 -> 3.3.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1641146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-11-23 00:38:35 +00:00
parent 2afdf4d05e
commit 21201210e2
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.2</version>
<version>3.3</version>
<configuration>
<targetJdk>${maven.compile.target}</targetJdk>
</configuration>