You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/08/25 16:29:29 UTC

svn commit: r989131 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Wed Aug 25 14:29:29 2010
New Revision: 989131

URL: http://svn.apache.org/viewvc?rev=989131&view=rev
Log:
ensure checkstyle version

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=989131&r1=989130&r2=989131&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Wed Aug 25 14:29:29 2010
@@ -529,7 +529,9 @@
       </plugin>
 
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>        
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.3</version>
       </plugin>
 
       <plugin>