vmassol     2004/05/02 07:17:02

  Modified:    uberjar  project.xml
               tjdo     project.xml
               test     project.xml
               touchstone-partner project.xml
               touchstone project.xml
               tasklist project.xml
               multiproject project.xml
               vdoclet  project.xml
               wizard   project.xml
               war      project.xml
               webserver project.xml
               xdoc     project.xml
  Log:
  inherit from the plugin-parent/project.xml POM instead of the top level one which is 
reserved for the master build
  
  Revision  Changes    Path
  1.29      +1 -1      maven-plugins/uberjar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/uberjar/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml       10 Apr 2004 03:01:41 -0000      1.28
  +++ project.xml       2 May 2004 14:17:02 -0000       1.29
  @@ -19,7 +19,7 @@
   
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <!-- the version of maven's project object model -->
   
     <pomVersion>3</pomVersion>
  
  
  
  1.10      +1 -1      maven-plugins/tjdo/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/tjdo/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml       4 Mar 2004 18:39:12 -0000       1.9
  +++ project.xml       2 May 2004 14:17:02 -0000       1.10
  @@ -19,7 +19,7 @@
   
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-tjdo-plugin</id>
     <name>Maven TJDO plugin</name>
  
  
  
  1.27      +1 -1      maven-plugins/test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/test/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml       10 Apr 2004 00:59:24 -0000      1.26
  +++ project.xml       2 May 2004 14:17:02 -0000       1.27
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-test-plugin</id>
     <name>Maven Test Plug-in</name>
  
  
  
  1.16      +1 -1      maven-plugins/touchstone-partner/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/touchstone-partner/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       4 Mar 2004 18:39:12 -0000       1.15
  +++ project.xml       2 May 2004 14:17:02 -0000       1.16
  @@ -19,7 +19,7 @@
   
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-touchstone-partner-plugin</id>
     <name>Maven Touchstone Partner Plug-in</name>
  
  
  
  1.14      +1 -1      maven-plugins/touchstone/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/touchstone/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml       4 Mar 2004 18:39:12 -0000       1.13
  +++ project.xml       2 May 2004 14:17:02 -0000       1.14
  @@ -19,7 +19,7 @@
   
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-touchstone-plugin</id>
     <name>Maven Touchstone Plug-in</name>
  
  
  
  1.23      +1 -1      maven-plugins/tasklist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/tasklist/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml       10 Apr 2004 00:59:24 -0000      1.22
  +++ project.xml       2 May 2004 14:17:02 -0000       1.23
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-tasklist-plugin</id>
     <name>Maven Tasklist Plug-in</name>
  
  
  
  1.23      +1 -1      maven-plugins/multiproject/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml       1 May 2004 01:11:37 -0000       1.22
  +++ project.xml       2 May 2004 14:17:02 -0000       1.23
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <id>maven-multiproject-plugin</id>
     <name>Maven Multi-Project Plug-in</name>
     <currentVersion>1.3-SNAPSHOT</currentVersion>
  
  
  
  1.29      +1 -1      maven-plugins/vdoclet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/vdoclet/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml       10 Apr 2004 00:59:24 -0000      1.28
  +++ project.xml       2 May 2004 14:17:02 -0000       1.29
  @@ -19,7 +19,7 @@
   
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-vdoclet-plugin</id>
     <name>Maven VDoclet Plug-in</name>
  
  
  
  1.21      +1 -1      maven-plugins/wizard/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/wizard/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml       10 Apr 2004 00:59:24 -0000      1.20
  +++ project.xml       2 May 2004 14:17:02 -0000       1.21
  @@ -19,7 +19,7 @@
   
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-wizard-plugin</id>
     <name>Maven Wizard Plug-in</name>
  
  
  
  1.24      +1 -1      maven-plugins/war/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml       14 Apr 2004 00:57:17 -0000      1.23
  +++ project.xml       2 May 2004 14:17:02 -0000       1.24
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-war-plugin</id>
     <name>Maven WAR Plugin</name>
  
  
  
  1.25      +1 -1      maven-plugins/webserver/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/webserver/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       25 Apr 2004 02:12:15 -0000      1.24
  +++ project.xml       2 May 2004 14:17:02 -0000       1.25
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-webserver-plugin</id>
     <name>Maven Webserver Plugin</name>
  
  
  
  1.45      +1 -1      maven-plugins/xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/project.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- project.xml       2 May 2004 07:46:30 -0000       1.44
  +++ project.xml       2 May 2004 14:17:02 -0000       1.45
  @@ -19,7 +19,7 @@
    -->
   
   <project>
  -  <extend>../project.xml</extend>
  +  <extend>../plugin-parent/project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-xdoc-plugin</id>
     <name>Maven XDoc Plug-in</name>
  
  
  

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

Reply via email to