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 2006/08/29 23:38:54 UTC

svn commit: r438233 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Author: dennisl
Date: Tue Aug 29 14:38:53 2006
New Revision: 438233

URL: http://svn.apache.org/viewvc?rev=438233&view=rev
Log:
o maven-model-converter has been moved to shared.

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

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=438233&r1=438232&r2=438233&view=diff
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Tue Aug 29 14:38:53 2006
@@ -94,7 +94,7 @@
       <version>2.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-model-converter</artifactId>
       <version>2.0.5-SNAPSHOT</version>
     </dependency>