You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2010/10/21 13:36:02 UTC

svn commit: r1025959 - in /myfaces/myfaces-master-pom/trunk: ./ pom.xml

Author: struberg
Date: Thu Oct 21 11:36:02 2010
New Revision: 1025959

URL: http://svn.apache.org/viewvc?rev=1025959&view=rev
Log:
MYFACES-2953 use maven-checkstyle-plugin-2.6 for maven-3 compliance

Modified:
    myfaces/myfaces-master-pom/trunk/   (props changed)
    myfaces/myfaces-master-pom/trunk/pom.xml

Propchange: myfaces/myfaces-master-pom/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Oct 21 11:36:02 2010
@@ -1 +1,10 @@
-myfaces.iml
+target
+*.iml
+*.ipr
+*.iws
+.idea
+.git
+.gitignore
+.project
+.settings
+.classpath

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=1025959&r1=1025958&r2=1025959&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Thu Oct 21 11:36:02 2010
@@ -766,12 +766,12 @@
         <plugins>
           <plugin>
             <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.5</version>
+            <version>2.6</version>
             <dependencies>
               <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>checkstyle-rules</artifactId>
-                <version>1</version>
+                <version>2-SNAPSHOT</version>
               </dependency>
             </dependencies>
           </plugin>
@@ -859,7 +859,7 @@
 
               <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.6</version>
                 <configuration>
                     <configLocation>default/myfaces-checks-standard.xml</configLocation>
                     <headerLocation>default/myfaces-header.txt</headerLocation>