You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ke...@apache.org on 2005/08/03 11:28:05 UTC

svn commit: r227187 - /maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml

Author: kenney
Date: Wed Aug  3 02:28:03 2005
New Revision: 227187

URL: http://svn.apache.org/viewcvs?rev=227187&view=rev
Log:
Bumping version of plexus-compiler-(api|javac) to 1.5-SNAPSHOT:

	o Resolves MNG-689

	o Improved parsing of compiler output

Modified:
    maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml?rev=227187&r1=227186&r2=227187&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml Wed Aug  3 02:28:03 2005
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org