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 2011/11/02 17:27:59 UTC

svn commit: r1196673 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Wed Nov  2 16:27:58 2011
New Revision: 1196673

URL: http://svn.apache.org/viewvc?rev=1196673&view=rev
Log:
Update maven-checkstyle-plugin to 2.8 from 2.7.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1196673&r1=1196672&r2=1196673&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  2 16:27:58 2011
@@ -149,7 +149,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.7</version>
+          <version>2.8</version>
         </plugin>
       </plugins>
     </pluginManagement>