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:
parent
f38cdfbf8c
commit
62e3300e4f
3
pom.xml
3
pom.xml
|
@ -481,6 +481,9 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<version>2.3</version>
|
<version>2.3</version>
|
||||||
|
<configuration>
|
||||||
|
<targetJdk>1.5</targetJdk>
|
||||||
|
</configuration>
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<reports>
|
<reports>
|
||||||
|
|
Loading…
Reference in New Issue