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>


Reply via email to