use new version

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@321311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-15 08:07:18 +00:00
parent fbe2d4ff4f
commit 8a35d8801e
1 changed files with 6 additions and 36 deletions

View File

@ -12,20 +12,10 @@
<inceptionYear>2001</inceptionYear>
<dependencies>
<dependency>
<groupId>plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
<version>1.5</version>
<version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@ -33,34 +23,14 @@
<version>2.0</version>
</dependency>
<dependency>
<groupId>plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-manager</artifactId>
<version>1.5</version>
<exclusions>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>plexus</groupId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>1.5</version>
<exclusions>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
<exclusion>
<groupId>plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
<version>1.6-SNAPSHOT</version>
</dependency>
</dependencies>
</project>