You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2006/12/07 16:34:17 UTC

svn commit: r483496 - /maven/continuum/trunk/continuum-release/pom.xml

Author: jmcconnell
Date: Thu Dec  7 07:34:17 2006
New Revision: 483496

URL: http://svn.apache.org/viewvc?view=rev&rev=483496
Log:
added exclusion to maven-artifact-manager to fix builds for maven-2.0.5-snapshot users

Modified:
    maven/continuum/trunk/continuum-release/pom.xml

Modified: maven/continuum/trunk/continuum-release/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-release/pom.xml?view=diff&rev=483496&r1=483495&r2=483496
==============================================================================
--- maven/continuum/trunk/continuum-release/pom.xml (original)
+++ maven/continuum/trunk/continuum-release/pom.xml Thu Dec  7 07:34:17 2006
@@ -28,6 +28,16 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact-manager</artifactId>
+      <exclusions>
+        <!--
+          maven release manager uses maven-artifact 2.0 so exclude
+	  because we use an Exception that didn't exist that version
+	-->
+        <exclusion>
+          <groupId>org.apache.maven</groupId>
+	  <artifactId>maven-artifact</artifactId>
+	</exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>