You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/10/23 18:40:50 UTC

svn commit: r1187925 - /commons/proper/digester/trunk/pom.xml

Author: simonetripodi
Date: Sun Oct 23 16:40:50 2011
New Revision: 1187925

URL: http://svn.apache.org/viewvc?rev=1187925&view=rev
Log:
checkstyle plugin updated

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

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1187925&r1=1187924&r2=1187925&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sun Oct 23 16:40:50 2011
@@ -288,7 +288,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
         <configuration>
           <configLocation>config/maven_checks.xml</configLocation>
           <headerLocation>config/maven-header.txt</headerLocation>