You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/06/11 02:03:18 UTC

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

Author: lu4242
Date: Fri Jun 11 00:03:18 2010
New Revision: 953511

URL: http://svn.apache.org/viewvc?rev=953511&view=rev
Log:
fix checkstyle version to 1

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=953511&r1=953510&r2=953511&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Fri Jun 11 00:03:18 2010
@@ -732,7 +732,7 @@
               <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>checkstyle-rules</artifactId>
-                <version>2-SNAPSHOT</version>
+                <version>1</version>
               </dependency>
             </dependencies>
           </plugin>