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 2014/11/23 01:37:15 UTC

svn commit: r1641144 - /commons/proper/exec/trunk/pom.xml

Author: ggregory
Date: Sun Nov 23 00:37:15 2014
New Revision: 1641144

URL: http://svn.apache.org/r1641144
Log:
maven-pmd-plugin 3.2 -> 3.3.

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

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1641144&r1=1641143&r2=1641144&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sun Nov 23 00:37:15 2014
@@ -161,7 +161,7 @@
            <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-pmd-plugin</artifactId>
-              <version>3.2</version>
+              <version>3.3</version>
               <configuration>
                 <targetJdk>${maven.compiler.target}</targetJdk>
                 <linkXref>true</linkXref>