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:36:26 UTC

svn commit: r1641142 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Sun Nov 23 00:36:26 2014
New Revision: 1641142

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

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

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1641142&r1=1641141&r2=1641142&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Nov 23 00:36:26 2014
@@ -313,7 +313,7 @@ limitations under the License.
       <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>