You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/07/19 21:41:00 UTC

svn commit: r1504978 - /commons/proper/csv/trunk/pom.xml

Author: britter
Date: Fri Jul 19 19:40:59 2013
New Revision: 1504978

URL: http://svn.apache.org/r1504978
Log:
Better use maven.compiler.target instead of the old property (maven.compile.target)

Modified:
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1504978&r1=1504977&r2=1504978&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Fri Jul 19 19:40:59 2013
@@ -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>