You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/06/14 19:54:26 UTC

cvs commit: maven-components/maven-plugins pom.xml

jvanzyl     2004/06/14 10:54:26

  Modified:    maven-plugins pom.xml
  Log:
  o remove maven-project
  
  Revision  Changes    Path
  1.2       +0 -5      maven-components/maven-plugins/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom.xml	9 Jun 2004 03:10:50 -0000	1.1
  +++ pom.xml	14 Jun 2004 17:54:26 -0000	1.2
  @@ -46,11 +46,6 @@
     <dependencies>
       <dependency>
         <groupId>maven</groupId>
  -      <artifactId>maven-project</artifactId>
  -      <version>2.0-SNAPSHOT</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
         <artifactId>maven-model</artifactId>
         <version>2.0-SNAPSHOT</version>
       </dependency>