Author: ningjiang Date: Wed Jul 20 02:13:01 2011 New Revision: 1148598 URL: http://svn.apache.org/viewvc?rev=1148598&view=rev Log: CAMEL-4245 changed the surefire plugin version to 2.8 to fixed the unit test error of camel-web
Modified: camel/trunk/pom.xml Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1148598&r1=1148597&r2=1148598&view=diff ============================================================================== --- camel/trunk/pom.xml (original) +++ camel/trunk/pom.xml Wed Jul 20 02:13:01 2011 @@ -340,7 +340,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.9</version> + <version>2.8</version> </plugin> <plugin> <groupId>org.apache.felix</groupId>