Author: olamy Date: Sun Jun 12 11:17:01 2011 New Revision: 1134913 URL: http://svn.apache.org/viewvc?rev=1134913&view=rev Log: upgrade to junit 4.8.2 to test parallel support with surefire on asf jenkins
Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=1134913&r1=1134912&r2=1134913&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original) +++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Sun Jun 12 11:17:01 2011 @@ -83,7 +83,7 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>4.8.2</version> <!-- NOTE: Use compile scope for transitivity. --> </dependency> <dependency>