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/03 13:50:15 UTC

svn commit: r1003950 - /camel/trunk/pom.xml

Author: davsclaus
Date: Sun Oct  3 11:50:15 2010
New Revision: 1003950

URL: http://svn.apache.org/viewvc?rev=1003950&view=rev
Log:
CAMEL-2703: Upgraded maven plugin versions: clean from 2.3 to 2.4. checkstyle from 2.2 to 2.3

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1003950&r1=1003949&r2=1003950&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Sun Oct  3 11:50:15 2010
@@ -290,7 +290,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-clean-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -349,7 +349,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.2</version>
+          <version>2.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>