Better use maven.compiler.target instead of the old property (maven.compile.target)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1504978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-07-19 19:40:59 +00:00
parent e2f4016729
commit 7dbc976992
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ CSV files of various types.
<artifactId>maven-pmd-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<targetJdk>${maven.compile.target}</targetJdk>
<targetJdk>${maven.compiler.target}</targetJdk>
</configuration>
</plugin>
<plugin>