You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/10/05 11:45:34 UTC

svn commit: r1004588 - /camel/trunk/parent/pom.xml

Author: davsclaus
Date: Tue Oct  5 09:45:34 2010
New Revision: 1004588

URL: http://svn.apache.org/viewvc?rev=1004588&view=rev
Log:
CAMEL-2703: More maven plugin cleanup.

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1004588&r1=1004587&r2=1004588&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue Oct  5 09:45:34 2010
@@ -1506,7 +1506,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.4</version>
         <configuration>
           <formats>
             <format>html</format>
@@ -1516,7 +1515,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.2</version>
       </plugin>
     </plugins>
   </reporting>