evenisse    2004/05/25 13:08:28

  Modified:    maven-plugins/maven-clean-plugin project.xml
               maven-plugins/maven-compiler-plugin project.xml
               maven-plugins/maven-hello-plugin project.xml
               maven-plugins/maven-jar-plugin project.xml
               maven-plugins/maven-resources-plugin project.xml
               maven-plugins/maven-surefire-plugin project.xml
               maven-plugins project.xml
  Log:
  Fix artifactId of parent plugin pom
  
  Revision  Changes    Path
  1.3       +1 -1      maven-components/maven-plugins/maven-clean-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-clean-plugin/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       20 May 2004 17:03:45 -0000      1.2
  +++ project.xml       25 May 2004 20:08:27 -0000      1.3
  @@ -3,7 +3,7 @@
   <project>
     <parent>
       <groupId>maven</groupId>
  -    <artifactId>maven-plugin</artifactId>
  +    <artifactId>maven-plugin-parent</artifactId>
       <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>maven-clean-plugin</groupId>
  
  
  
  1.5       +1 -1      maven-components/maven-plugins/maven-compiler-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-plugins/maven-compiler-plugin/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       20 May 2004 17:03:56 -0000      1.4
  +++ project.xml       25 May 2004 20:08:27 -0000      1.5
  @@ -3,7 +3,7 @@
   <project>
     <parent>
       <groupId>maven</groupId>
  -    <artifactId>maven-plugin</artifactId>
  +    <artifactId>maven-plugin-parent</artifactId>
       <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>maven-compiler-plugin</groupId>
  
  
  
  1.3       +1 -1      maven-components/maven-plugins/maven-hello-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-hello-plugin/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       12 Apr 2004 20:14:18 -0000      1.2
  +++ project.xml       25 May 2004 20:08:27 -0000      1.3
  @@ -3,7 +3,7 @@
   <project>
     <parent>
       <groupId>maven</groupId>
  -    <artifactId>maven-plugin</artifactId>
  +    <artifactId>maven-plugin-parent</artifactId>
       <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>maven</groupId>
  
  
  
  1.4       +1 -1      maven-components/maven-plugins/maven-jar-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-jar-plugin/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml       20 May 2004 17:05:11 -0000      1.3
  +++ project.xml       25 May 2004 20:08:28 -0000      1.4
  @@ -3,7 +3,7 @@
   <project>
     <parent>
       <groupId>maven</groupId>
  -    <artifactId>maven-plugin</artifactId>
  +    <artifactId>maven-plugin-parent</artifactId>
       <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>maven</groupId>
  
  
  
  1.5       +1 -1      
maven-components/maven-plugins/maven-resources-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-plugins/maven-resources-plugin/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       20 May 2004 17:05:23 -0000      1.4
  +++ project.xml       25 May 2004 20:08:28 -0000      1.5
  @@ -3,7 +3,7 @@
   <project>
     <parent>
       <groupId>maven</groupId>
  -    <artifactId>maven-plugin</artifactId>
  +    <artifactId>maven-plugin-parent</artifactId>
       <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>maven</groupId>
  
  
  
  1.5       +1 -1      maven-components/maven-plugins/maven-surefire-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-plugins/maven-surefire-plugin/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       20 May 2004 17:06:34 -0000      1.4
  +++ project.xml       25 May 2004 20:08:28 -0000      1.5
  @@ -3,7 +3,7 @@
   <project>
     <parent>
       <groupId>maven</groupId>
  -    <artifactId>maven-plugin</artifactId>
  +    <artifactId>maven-plugin-parent</artifactId>
       <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>maven</groupId>
  
  
  
  1.7       +1 -1      maven-components/maven-plugins/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       20 May 2004 17:10:49 -0000      1.6
  +++ project.xml       25 May 2004 20:08:28 -0000      1.7
  @@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <name>Maven Plugin</name>
     <groupId>maven</groupId>
  -  <artifactId>maven-plugin</artifactId>
  +  <artifactId>maven-plugin-parent</artifactId>
     <version>2.0-SNAPSHOT</version>
     <description>Maven plugin parent</description>
     <shortDescription>Maven plugin  parent</shortDescription>
  
  
  

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

Reply via email to