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 2012/03/13 10:38:41 UTC

svn commit: r1300031 - /commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Author: simonetripodi
Date: Tue Mar 13 09:38:40 2012
New Revision: 1300031

URL: http://svn.apache.org/viewvc?rev=1300031&view=rev
Log:
upgraded checkstyle plugin to 2.9.1

Modified:
    commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml

Modified: commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml?rev=1300031&r1=1300030&r2=1300031&view=diff
==============================================================================
--- commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml (original)
+++ commons/sandbox/graph/branches/drop-marker-interfaces-feature/pom.xml Tue Mar 13 09:38:40 2012
@@ -217,7 +217,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>config/maven_checks.xml</configLocation>
           <headerLocation>config/maven-header.txt</headerLocation>