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>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Maven Release plugin</name>
|
||||
<version>2.0-beta-3-SNAPSHOT</version>
|
||||
<prerequisites>
|
||||
<maven>2.0</maven>
|
||||
</prerequisites>
|
||||
<version>2.0-beta-3</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
|
@ -33,12 +30,12 @@
|
|||
<version>1.0-alpha-4</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-container-default</artifactId>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<groupId>plexus</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
@ -68,4 +65,4 @@
|
|||
<version>1.0-alpha-2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
Loading…
Reference in New Issue