You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/02/21 22:27:12 UTC

svn commit: r1570711 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: dennisl
Date: Fri Feb 21 21:27:12 2014
New Revision: 1570711

URL: http://svn.apache.org/r1570711
Log:
[MCHECKSTYLE-212] Upgrade to Checkstyle 5.7

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1570711&r1=1570710&r2=1570711&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Fri Feb 21 21:27:12 2014
@@ -59,7 +59,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
-    <checkstyleVersion>5.6</checkstyleVersion>
+    <checkstyleVersion>5.7</checkstyleVersion>
     <doxiaVersion>1.1.3</doxiaVersion>
     <!-- Used only by ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>