You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/04/04 20:24:23 UTC

svn commit: r391382 - /maven/plugins/branches/maven-compiler-plugin-2.0.x/pom.xml

Author: carlos
Date: Tue Apr  4 11:24:22 2006
New Revision: 391382

URL: http://svn.apache.org/viewcvs?rev=391382&view=rev
Log:
[MCOMPILER-30] merge r391178 from trunk

Modified:
    maven/plugins/branches/maven-compiler-plugin-2.0.x/pom.xml

Modified: maven/plugins/branches/maven-compiler-plugin-2.0.x/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/branches/maven-compiler-plugin-2.0.x/pom.xml?rev=391382&r1=391381&r2=391382&view=diff
==============================================================================
--- maven/plugins/branches/maven-compiler-plugin-2.0.x/pom.xml (original)
+++ maven/plugins/branches/maven-compiler-plugin-2.0.x/pom.xml Tue Apr  4 11:24:22 2006
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-manager</artifactId>
-      <version>1.5.2</version>
+      <version>1.6-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-javac</artifactId>
-      <version>1.5.2</version>
+      <version>1.6-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>