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>