jvanzyl     2003/12/27 20:30:10

  Modified:    test     project.xml
  Log:
  o groupId/artifactId
  
  Revision  Changes    Path
  1.20      +6 -3      maven-plugins/test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/test/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml       29 Sep 2003 05:19:13 -0000      1.19
  +++ project.xml       28 Dec 2003 04:30:10 -0000      1.20
  @@ -27,14 +27,16 @@
     </developers>
     <dependencies>
       <dependency>
  -      <id>junit</id>
  +      <groupId>junit</groupId>
  +      <artifactId>junit</artifactId>
         <version>3.8.1</version>
         <properties>
           <classloader>root</classloader>
         </properties>
       </dependency>
       <dependency>
  -      <id>xml-apis</id>
  +      <groupId>xml-apis</groupId>
  +      <artifactId>xml-apis</artifactId>
         <version>1.0.b2</version>
         <url>http://xml.apache.org/xerces2-j/</url>
         <properties>
  @@ -42,7 +44,8 @@
         </properties>
       </dependency>
       <dependency>
  -      <id>xerces</id>
  +      <groupId>xerces</groupId>
  +      <artifactId>xerces</artifactId>
         <version>2.4.0</version>
         <url>http://xml.apache.org/xerces2-j/</url>
         <properties>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to