mirror of https://github.com/apache/maven.git
[maven-release-plugin] prepare release maven-release-plugin-2.0-beta-3
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
481707956e
commit
35db6c41a7
|
@ -8,10 +8,7 @@
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<name>Maven Release plugin</name>
|
<name>Maven Release plugin</name>
|
||||||
<version>2.0-beta-3-SNAPSHOT</version>
|
<version>2.0-beta-3</version>
|
||||||
<prerequisites>
|
|
||||||
<maven>2.0</maven>
|
|
||||||
</prerequisites>
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.scm</groupId>
|
<groupId>org.apache.maven.scm</groupId>
|
||||||
|
@ -33,12 +30,12 @@
|
||||||
<version>1.0-alpha-4</version>
|
<version>1.0-alpha-4</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-container-default</artifactId>
|
<artifactId>plexus-container-default</artifactId>
|
||||||
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>plexus</groupId>
|
|
||||||
<artifactId>plexus-utils</artifactId>
|
<artifactId>plexus-utils</artifactId>
|
||||||
|
<groupId>plexus</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue