kaz         02/04/17 10:06:11

  Modified:    xdocs    project-descriptor.xml
  Log:
  Added a note about the <pomVersion> element of the project descriptor.
  Thanks to Alvin <[EMAIL PROTECTED]> for pointing out that this was
  missing.
  
  Revision  Changes    Path
  1.21      +13 -0     jakarta-turbine-maven/xdocs/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/project-descriptor.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project-descriptor.xml    16 Apr 2002 18:17:36 -0000      1.20
  +++ project-descriptor.xml    17 Apr 2002 17:06:11 -0000      1.21
  @@ -56,6 +56,19 @@
             </td>
           </tr>
           <tr>
  +          <td>pomVersion</td>
  +          <td>
  +            The current version of the Maven project descriptor.  This
  +            version number enables Maven to automatically update an
  +            out-of-date project descriptor when a new version is
  +            available.  This version number should not be changed after
  +            the descriptor has been created.  Maven will update it
  +            automatically.  Please refer to the <a
  +            href="updating.html">Updating</a> document for more
  +            information.
  +          </td>
  +        </tr>
  +        <tr>
             <td>currentVersion</td>
             <td>
               The current version of the project.  This value is used when
  
  
  


Reply via email to