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/12 21:34:23 UTC

cvs commit: maven-components/maven-reporting-api pom.xml

trygvis     2005/03/12 12:34:23

  Modified:    maven-reporting-api pom.xml
  Log:
  o POM cleanup.
  
  Revision  Changes    Path
  1.8       +6 -11     maven-components/maven-reporting-api/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-reporting-api/pom.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- pom.xml	10 Mar 2005 01:35:23 -0000	1.7
  +++ pom.xml	12 Mar 2005 20:34:23 -0000	1.8
  @@ -1,35 +1,29 @@
  -<model>
  +<project>
  +  <modelVersion>4.0.0</modelVersion>
     <parent>
       <artifactId>maven-component</artifactId>
       <groupId>maven</groupId>
       <version>2.0-SNAPSHOT</version>
     </parent>
  -  <modelVersion>4.0.0</modelVersion>
     <groupId>maven</groupId>
     <artifactId>maven-reporting-api</artifactId>
  -  <packaging>jar</packaging>
     <version>2.0-SNAPSHOT</version>
     <inceptionYear>2005</inceptionYear>
     <dependencies>
       <dependency>
         <groupId>maven</groupId>
  -      <artifactId>maven-project-reports-plugin</artifactId>
  -      <version>1.0-SNAPSHOT</version>
  -      <type>plugin</type>
  -      <scope>compile</scope>
  +      <artifactId>maven-model</artifactId>
  +      <version>2.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>doxia</groupId>
         <artifactId>doxia-core</artifactId>
         <version>1.0-alpha-2-SNAPSHOT</version>
  -      <type>jar</type>
  -      <scope>compile</scope>
       </dependency>
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>3.8.1</version>
  -      <type>jar</type>
         <scope>test</scope>
       </dependency>
     </dependencies>
  @@ -38,7 +32,8 @@
         <plugin>
           <groupId>maven</groupId>
           <artifactId>maven-plexus-plugin</artifactId>
  +        <version>1.0-SNAPSHOT</version>
         </plugin>
       </plugins>
     </build>
  -</model>
  \ No newline at end of file
  +</project>