Thanks, I'll review the reason for that change, and see whether I can put it back down.

-john

On Feb 12, 2008, at 4:41 PM, Dennis Lundberg wrote:

The plexus-utils upgrade will not happen unless you also changes the prerequisites to Maven 2.0.6.

[EMAIL PROTECTED] wrote:
Author: jdcasey
Date: Tue Feb 12 13:34:56 2008
New Revision: 627125
URL: http://svn.apache.org/viewvc?rev=627125&view=rev
Log:
Bumping to plexus-compiler-* 1.6-SNAPSHOT to accommodate fixes for PLXCOMP-87 and MCOMPILER-59.
Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.xml
Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven- compiler-plugin/pom.xml?rev=627125&r1=627124&r2=627125&view=diff ===================================================================== =========
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Tue Feb 12 13:34:56 2008
@@ -49,6 +49,13 @@
   </scm>
    <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-container-default</artifactId>
+      <version>1.0-alpha-9-stable-1</version>
+      <scope>provided</scope>
+    </dependency>
+         <!-- Maven -->
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -65,29 +72,29 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.0.4</version>
+      <version>1.4.9</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-api</artifactId>
-      <version>1.5.3</version>
+      <version>1.6-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-manager</artifactId>
-      <version>1.5.3</version>
+      <version>1.6-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-javac</artifactId>
-      <version>1.5.3</version>
+      <version>1.6-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
      <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-beta-1</version>
+      <version>1.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>


--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
John Casey
Committer and PMC Member, Apache Maven
mail: jdcasey at commonjava dot org
blog: http://www.ejlife.net/blogs/john
rss: http://feeds.feedburner.com/ejlife/john


Reply via email to