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 2012/03/28 18:27:06 UTC

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

Author: ggregory
Date: Wed Mar 28 16:27:06 2012
New Revision: 1306456

URL: http://svn.apache.org/viewvc?rev=1306456&view=rev
Log:
Update plugins: Checkstyle to 2.9.1 from 2.8; PMD to 2.7.1 from 2.7.

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=1306456&r1=1306455&r2=1306456&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed Mar 28 16:27:06 2012
@@ -285,7 +285,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.8</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
@@ -295,7 +295,7 @@ limitations under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.7.1</version>
         <configuration>
           <targetJdk>1.5</targetJdk>
         </configuration>