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 2006/06/01 00:13:56 UTC

svn commit: r410685 - in /maven/sandbox/plugins/maven-maven1-plugin: pom.xml src/main/java/org/apache/maven/model/

Author: carlos
Date: Wed May 31 15:13:54 2006
New Revision: 410685

URL: http://svn.apache.org/viewvc?rev=410685&view=rev
Log:
[MNG-2320] Replace bundled v3 model-classes with a dependency on maven-model-v3

Removed:
    maven/sandbox/plugins/maven-maven1-plugin/src/main/java/org/apache/maven/model/
Modified:
    maven/sandbox/plugins/maven-maven1-plugin/pom.xml

Modified: maven/sandbox/plugins/maven-maven1-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-maven1-plugin/pom.xml?rev=410685&r1=410684&r2=410685&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-maven1-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-maven1-plugin/pom.xml Wed May 31 15:13:54 2006
@@ -37,6 +37,11 @@
       <version>2.0</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model-v3</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
       <version>1.4</version>