[maven-release-plugin] prepare release maven-assembly-plugin-2.0-beta-2

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321391 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-15 17:44:58 +00:00
parent eda4d30ae9
commit 2c1d82eb12
1 changed files with 7 additions and 10 deletions

View File

@ -8,10 +8,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Assembly Plugin</name>
<version>2.0-beta-2-SNAPSHOT</version>
<prerequisites>
<maven>2.0</maven>
</prerequisites>
<version>2.0-beta-2</version>
<developers>
<developer>
<id>vsiveton</id>
@ -49,21 +46,21 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>1.0-alpha-3</version>
<exclusions>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
<groupId>plexus</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>