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/03/14 00:44:33 UTC

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

trygvis     2005/03/13 15:44:33

  Modified:    maven-monitor pom.xml
  Log:
  o POM cleanup.
  
  Revision  Changes    Path
  1.3       +3 -3      maven-components/maven-monitor/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-monitor/pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pom.xml	10 Mar 2005 01:35:24 -0000	1.2
  +++ pom.xml	13 Mar 2005 23:44:33 -0000	1.3
  @@ -1,4 +1,4 @@
  -<model>
  +<project>
     <parent>
       <artifactId>maven-component</artifactId>
       <groupId>maven</groupId>
  @@ -7,6 +7,6 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>maven</groupId>
     <artifactId>maven-monitor</artifactId>
  -  <packaging>jar</packaging>
     <version>2.0-SNAPSHOT</version>
  -</model>
  \ No newline at end of file
  +  <name>Maven Monitor</name>
  +</project>