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