Skip to content

Commit 7dbc976

Browse files
committed
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
1 parent e2f4016 commit 7dbc976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ CSV files of various types.
193193
<artifactId>maven-pmd-plugin</artifactId>
194194
<version>3.0.1</version>
195195
<configuration>
196-
<targetJdk>${maven.compile.target}</targetJdk>
196+
<targetJdk>${maven.compiler.target}</targetJdk>
197197
</configuration>
198198
</plugin>
199199
<plugin>

0 commit comments

Comments
 (0)