You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/11/28 04:37:14 UTC

svn commit: r1546265 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Thu Nov 28 03:37:14 2013
New Revision: 1546265

URL: http://svn.apache.org/r1546265
Log:
Update Maven plugin maven-pmd-plugin to 3.0.1 from 2.7.1.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1546265&r1=1546264&r2=1546265&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Nov 28 03:37:14 2013
@@ -261,9 +261,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.7.1</version>
+        <version>3.0.1</version>
         <configuration>
-          <targetJdk>1.6</targetJdk>
+          <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
       </plugin>
       <!-- cobertura breaks because it cannot parse annotations in methods. -->