Bumping version of plexus-compiler-(api|javac) to 1.5-SNAPSHOT:

o Resolves MNG-689

	o Improved parsing of compiler output


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@227187 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2005-08-03 09:28:03 +00:00
parent bf93930cf9
commit d031f4309a
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>1.4</version>
<version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
<version>1.4</version>
<version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>