Improving pom by making targetJdk for PMD use the variable. Thanks for the suggesiton Sebb

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-06-23 04:55:46 +00:00
parent bc1104da49
commit 00f699c160
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>2.3</version>
<configuration>
<targetJdk>1.5</targetJdk>
<targetJdk>${maven.compile.target}</targetJdk>
</configuration>
<reportSets>
<reportSet>