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 2007/08/30 16:37:00 UTC

svn commit: r571188 - /maven/components/trunk/maven-plugin-descriptor/pom.xml

Author: carlos
Date: Thu Aug 30 07:36:59 2007
New Revision: 571188

URL: http://svn.apache.org/viewvc?rev=571188&view=rev
Log:
Use the new maven-artifact

Modified:
    maven/components/trunk/maven-plugin-descriptor/pom.xml

Modified: maven/components/trunk/maven-plugin-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-plugin-descriptor/pom.xml?rev=571188&r1=571187&r2=571188&view=diff
==============================================================================
--- maven/components/trunk/maven-plugin-descriptor/pom.xml (original)
+++ maven/components/trunk/maven-plugin-descriptor/pom.xml Thu Aug 30 07:36:59 2007
@@ -48,9 +48,8 @@
       <version>2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.artifact</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>