[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:
Brett Leslie Porter 2005-10-15 16:47:53 +00:00
parent 481707956e
commit 35db6c41a7
1 changed files with 4 additions and 7 deletions

View File

@ -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>