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 jd...@apache.org on 2005/02/02 23:16:33 UTC

cvs commit: maven-components/maven-core-it/it0011 pom.xml

jdcasey     2005/02/02 14:16:33

  Modified:    maven-core-it/it0011 pom.xml
  Log:
  o Fixed formats.
  
  Revision  Changes    Path
  1.3       +26 -26    maven-components/maven-core-it/it0011/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core-it/it0011/pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pom.xml	2 Feb 2005 02:23:12 -0000	1.2
  +++ pom.xml	2 Feb 2005 22:16:33 -0000	1.3
  @@ -1,30 +1,30 @@
   <project>
  -    <modelVersion>4.0.0</modelVersion>
  -    <groupId>maven</groupId>
  -    <artifactId>maven-core-it0011</artifactId>
  -    <version>1.0</version>
  +  <modelVersion>4.0.0</modelVersion>
  +  <groupId>maven</groupId>
  +  <artifactId>maven-core-it0011</artifactId>
  +  <version>1.0</version>
  +  <dependencies>
  +    <dependency>
  +      <groupId>maven</groupId>
  +      <artifactId>maven-plugin</artifactId>
  +    </dependency>
  +    <dependency>
  +      <groupId>junit</groupId>
  +      <artifactId>junit</artifactId>
  +    </dependency>
  +  </dependencies>
  +  <dependencyManagement>
       <dependencies>
  -        <dependency>
  -            <groupId>maven</groupId>
  -            <artifactId>maven-plugin</artifactId>
  -        </dependency>
  -        <dependency>
  -            <groupId>junit</groupId>
  -            <artifactId>junit</artifactId>
  -        </dependency>
  +      <dependency>
  +        <groupId>maven</groupId>
  +        <artifactId>maven-plugin</artifactId>
  +        <version>2.0-SNAPSHOT</version>
  +      </dependency>
  +      <dependency>
  +        <groupId>junit</groupId>
  +        <artifactId>junit</artifactId>
  +        <version>3.8.1</version>
  +      </dependency>
       </dependencies>
  -    <dependencyManagement>
  -        <dependencies>
  -            <dependency>
  -                <groupId>maven</groupId>
  -                <artifactId>maven-plugin</artifactId>
  -                <version>2.0-SNAPSHOT</version>
  -            </dependency>
  -            <dependency>
  -                <groupId>junit</groupId>
  -                <artifactId>junit</artifactId>
  -                <version>3.8.1</version>
  -            </dependency>
  -        </dependencies>
  -    </dependencyManagement>
  +  </dependencyManagement>
   </project>
  \ No newline at end of file