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:29:16 UTC

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

Author: ggregory
Date: Wed Nov  2 16:29:15 2011
New Revision: 1196675

URL: http://svn.apache.org/viewvc?rev=1196675&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=1196675&r1=1196674&r2=1196675&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  2 16:29:15 2011
@@ -226,7 +226,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.8</version>
         <configuration>
           <!--<propertiesLocation>${vfs.parent.dir}/checkstyle.properties</propertiesLocation> -->
           <configLocation>${vfs.parent.dir}/checkstyle.xml</configLocation>