[maven-release-plugin] prepare release maven-compiler-plugin-2.0

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-15 17:06:32 +00:00
parent aeb83c5e59
commit c270eb725b
1 changed files with 12 additions and 12 deletions

View File

@ -8,9 +8,19 @@
<artifactId>maven-compiler-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Compiler Plugin</name>
<version>2.0-beta-2-SNAPSHOT</version>
<version>2.0</version>
<inceptionYear>2001</inceptionYear>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-manager</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
@ -22,15 +32,5 @@
<artifactId>maven-artifact</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-manager</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>1.5.1</version>
</dependency>
</dependencies>
</project>