You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/03/13 10:36:14 UTC

svn commit: r1300029 - /commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Author: simonetripodi
Date: Tue Mar 13 09:36:14 2012
New Revision: 1300029

URL: http://svn.apache.org/viewvc?rev=1300029&view=rev
Log:
avoid hardcoded target jdk version

Modified:
    commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Modified: commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml?rev=1300029&r1=1300028&r2=1300029&view=diff
==============================================================================
--- commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml (original)
+++ commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml Tue Mar 13 09:36:14 2012
@@ -230,7 +230,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.3</version>
         <configuration>
-          <targetJdk>1.5</targetJdk>
+          <targetJdk>${maven.compile.target}</targetJdk>
         </configuration>
         <!--Use default rules-->
       </plugin>