Letting PMD know we're on 1.5

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@775434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-05-16 08:36:51 +00:00
parent f38cdfbf8c
commit 62e3300e4f
1 changed files with 3 additions and 0 deletions

View File

@ -481,6 +481,9 @@
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.3</version>
<configuration>
<targetJdk>1.5</targetJdk>
</configuration>
<reportSets>
<reportSet>
<reports>