Use the new snapshot version of surefire

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@209028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-07-04 07:32:51 +00:00
parent 22c7243746
commit 668ea536d2
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
<dependency> <dependency>
<groupId>surefire</groupId> <groupId>surefire</groupId>
<artifactId>surefire-booter</artifactId> <artifactId>surefire-booter</artifactId>
<version>1.2</version> <version>1.3-SNAPSHOT</version>
</dependency> </dependency>
<!-- Specified for mboot --> <!-- Specified for mboot -->
<dependency> <dependency>
<groupId>surefire</groupId> <groupId>surefire</groupId>
<artifactId>surefire</artifactId> <artifactId>surefire</artifactId>
<version>1.2</version> <version>1.3-SNAPSHOT</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>