You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/05/26 16:13:53 UTC

cvs commit: maven-new/core/src/test-input/artifact-processor project.xml

jvanzyl     2003/05/26 07:13:53

  Modified:    core/src/test-input/artifact-processor project.xml
  Log:
  o the groupId is maven-test
  
  Revision  Changes    Path
  1.2       +4 -4      maven-new/core/src/test-input/artifact-processor/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/core/src/test-input/artifact-processor/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	25 May 2003 19:26:31 -0000	1.1
  +++ project.xml	26 May 2003 14:13:53 -0000	1.2
  @@ -9,28 +9,28 @@
     <dependencies>
       
       <dependency>
  -      <groupId>maven-test-a</groupId>
  +      <groupId>maven-test</groupId>
         <artifactId>maven-test-a</artifactId>
         <version>1.0</version>
         <type>mock</type>
       </dependency>
       
       <dependency>
  -      <groupId>maven-test-b</groupId>
  +      <groupId>maven-test</groupId>
         <artifactId>maven-test-b</artifactId>
         <version>1.0</version>
         <type>mock</type>
       </dependency>
       
       <dependency>
  -      <groupId>maven-test-c</groupId>
  +      <groupId>maven-test</groupId>
         <artifactId>maven-test-c</artifactId>
         <version>1.0</version>
         <type>mock</type>
       </dependency>
       
       <dependency>
  -      <groupId>maven-test-d</groupId>
  +      <groupId>maven-test</groupId>
         <artifactId>maven-test-d</artifactId>
         <version>1.0</version>
         <type>mock</type>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org