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/10/23 17:58:56 UTC

svn commit: r1633854 - /commons/proper/logging/trunk/pom.xml

Author: ggregory
Date: Thu Oct 23 15:58:56 2014
New Revision: 1633854

URL: http://svn.apache.org/r1633854
Log:
maven-pmd-plugin 3.0.1 -> 3.2.

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1633854&r1=1633853&r2=1633854&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Thu Oct 23 15:58:56 2014
@@ -503,7 +503,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.0.1</version>
+        <version>3.2</version>
         <configuration>
           <!-- targetJdk 1.1, 1.2 is not supported -->
           <targetJdk>1.3</targetJdk>