You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/05/22 13:36:33 UTC

svn commit: r777486 - /servicemix/smx3/trunk/pom.xml

Author: gertv
Date: Fri May 22 11:36:33 2009
New Revision: 777486

URL: http://svn.apache.org/viewvc?rev=777486&view=rev
Log:
Lock down version of maven-checkstyle-plugin

Modified:
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=777486&r1=777485&r2=777486&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Fri May 22 11:36:33 2009
@@ -1779,6 +1779,11 @@
         <pluginManagement>
             <plugins>
                 <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-checkstyle-plugin</artifactId>
+                  <version>2.2</version>
+                </plugin>
+                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.4.2</version>