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 2009/06/29 17:49:03 UTC

svn commit: r789367 - /camel/branches/camel-1.x/parent/pom.xml

Author: davsclaus
Date: Mon Jun 29 15:49:02 2009
New Revision: 789367

URL: http://svn.apache.org/viewvc?rev=789367&view=rev
Log:
Added missing version to checkstyle plugin

Modified:
    camel/branches/camel-1.x/parent/pom.xml

Modified: camel/branches/camel-1.x/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/parent/pom.xml?rev=789367&r1=789366&r2=789367&view=diff
==============================================================================
--- camel/branches/camel-1.x/parent/pom.xml (original)
+++ camel/branches/camel-1.x/parent/pom.xml Mon Jun 29 15:49:02 2009
@@ -908,6 +908,7 @@
 		<plugin>
 			<groupId>org.apache.maven.plugins</groupId>
 			<artifactId>maven-checkstyle-plugin</artifactId>
+			<version>2.2</version>
 			<dependencies>
 				<dependency>
 					<groupId>org.apache.camel</groupId>