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 tr...@apache.org on 2005/01/06 14:53:27 UTC

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

trygvis     2005/01/06 05:53:27

  Modified:    maven-archetype pom.xml
  Log:
  o Setting parent pom.
  
  Revision  Changes    Path
  1.2       +5 -0      maven-components/maven-archetype/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-archetype/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom.xml	4 Jan 2005 15:03:15 -0000	1.1
  +++ pom.xml	6 Jan 2005 13:53:26 -0000	1.2
  @@ -1,5 +1,10 @@
   <project>
     <modelVersion>4.0.0</modelVersion>
  +  <parent>
  +    <groupId>maven</groupId>
  +    <artifactId>maven-component</artifactId>
  +    <version>2.0-SNAPSHOT</version>
  +  </parent>
     <groupId>maven</groupId>
     <artifactId>maven-archetype</artifactId>
     <version>1.0-alpha-1-SNAPSHOT</version>