Author: echatellier Date: 2009-11-19 10:39:15 +0100 (Thu, 19 Nov 2009) New Revision: 2702 Modified: trunk/pom.xml Log: maven-checkstyle-plugin version bump 2.4 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-16 17:07:39 UTC (rev 2701) +++ trunk/pom.xml 2009-11-19 09:39:15 UTC (rev 2702) @@ -219,9 +219,9 @@ <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> <configuration> - <!-- <configLocation>checkstyle.xml</configLocation>--> + <configLocation>checkstyle.xml</configLocation> <excludes>**/Xss.java,**/X11.java,**/Kernel32.java,**/User32.java</excludes> </configuration> </plugin>