mirror of https://github.com/apache/maven.git
[maven-release-plugin] prepare release maven-surefire-plugin-2.0
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cfefe6586a
commit
c73a10309d
|
@ -8,7 +8,7 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Maven Surefire Plugin</name>
|
||||
<version>2.0-beta-2-SNAPSHOT</version>
|
||||
<version>2.0</version>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Joakim Erdfelt</name>
|
||||
|
@ -29,19 +29,8 @@
|
|||
<scope>runtime</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>surefire</groupId>
|
||||
<artifactId>surefire-booter</artifactId>
|
||||
<version>1.4</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
@ -55,5 +44,16 @@
|
|||
<artifactId>maven-artifact</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>surefire</groupId>
|
||||
<artifactId>surefire-booter</artifactId>
|
||||
<version>1.4</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<groupId>plexus</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
Loading…
Reference in New Issue