You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/10/13 16:16:19 UTC

svn commit: r1812146 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: deki
Date: Fri Oct 13 16:16:19 2017
New Revision: 1812146

URL: http://svn.apache.org/viewvc?rev=1812146&view=rev
Log:
update checkstyle config

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=1812146&r1=1812145&r2=1812146&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Fri Oct 13 16:16:19 2017
@@ -905,7 +905,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.7</version>
+            <version>2.17</version>
             <executions>
                 <execution>
                     <id>verify-style</id>
@@ -924,7 +924,7 @@
               <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>checkstyle-rules</artifactId>
-                <version>4</version>
+                <version>8</version>
               </dependency>
             </dependencies>
           </plugin>