You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/23 00:04:52 UTC

svn commit: r558560 - /maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml

Author: dennisl
Date: Sun Jul 22 15:04:51 2007
New Revision: 558560

URL: http://svn.apache.org/viewvc?view=rev&rev=558560
Log:
o Use the version of plexus-swizzle that is available in the codehaus snapshot repository.
Submitted by: Olivier Lamy
Reviewed by: Dennis Lundberg

Modified:
    maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml?view=diff&rev=558560&r1=558559&r2=558560
==============================================================================
--- maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-swizzle-plugin/pom.xml Sun Jul 22 15:04:51 2007
@@ -56,7 +56,17 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-swizzle</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-alpha-1-SNAPSHOT</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-container-default</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-component-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>