Author: dennisl
Date: Wed Mar  4 22:34:38 2009
New Revision: 750197

URL: http://svn.apache.org/viewvc?rev=750197&view=rev
Log:
[MEJB-35] Upgrade to Maven Archiver 2.4

o Maven Archiver 2.4  requires a newer version of plexus-utils. Add 
plexus-utils as a direct dependency and bump Maven prerequisite and 
dependencies to 2.0.6 to be able to use it.
o This should fix the CI errors on Ubuntu.

Modified:
    maven/plugins/trunk/maven-ejb-plugin/pom.xml

Modified: maven/plugins/trunk/maven-ejb-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/pom.xml?rev=750197&r1=750196&r2=750197&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ejb-plugin/pom.xml Wed Mar  4 22:34:38 2009
@@ -36,7 +36,7 @@
   <description>Generates a J2EE Enterprise JavaBean (EJB) file as well as the 
associated client JAR.</description>
 
   <prerequisites>
-    <maven>2.0.4</maven>
+    <maven>2.0.6</maven>
   </prerequisites>
 
   <scm>
@@ -53,12 +53,12 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
+      <version>2.0.6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0.4</version>
+      <version>2.0.6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -72,6 +72,11 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.5.8</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>1.1</version>


Reply via email to