You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/09/01 02:31:49 UTC

cvs commit: maven/xdocs/reference/developers releasing-plugins.xml

dion        2003/08/31 17:31:49

  Modified:    xdocs/reference/developers releasing-plugins.xml
  Log:
  Update details to  be more clear on whihch version tag
  
  Revision  Changes    Path
  1.3       +18 -12    maven/xdocs/reference/developers/releasing-plugins.xml
  
  Index: releasing-plugins.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/developers/releasing-plugins.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- releasing-plugins.xml	28 Aug 2003 05:21:21 -0000	1.2
  +++ releasing-plugins.xml	1 Sep 2003 00:31:49 -0000	1.3
  @@ -38,12 +38,13 @@
     <section name="Releasing Maven plugins">
       <ul>
         <li>
  -        <p>Modify the version in <code>project.xml</code> to remove the
  +        <p>Modify the <code>&lt;currentVersion&gt;</code> in <code>project.xml</code> to remove the
             <code>-SNAPSHOT</code> part 
           </p>
         </li>
         <li>
  -        <p> Modify <code>&lt;version&gt;</code> in <code>project.xml</code> 
  +        <p>Modify the <code>&lt;versions&gt;/&lt;version&gt;</code> in <code>project.xml</code>
  +          and ensure the correct id, name and expected tag.
           </p>
         </li>
         <li>
  @@ -56,14 +57,13 @@
           </p>
         </li>
         <li>
  -        <p> Add a download link in the project navigation (<code>navigation.xml</code>).
  -        For an example, see <a href="http://maven.apache.org/reference/plugins/cactus">cactus</a>.
  +        <p> Ensure the xdocs/current directory contains a copy of xdocs/
  +        add is linked from the project navigation.xml
           </p>
         </li>
         <li>
  -        <p> Upload the new version to 
  -        <a href="http://www.ibiblio.org/maven/maven/plugins/">http://www.ibiblio.org/maven/maven/plugins/</a>
  -        using maven -DgroupId=maven -Dtype=plugin -Dartifact=/path/to/file repository:copy-artifact
  +        <p> Add a download link in the project navigation (<code>navigation.xml</code>).
  +        For an example, see <a href="http://maven.apache.org/reference/plugins/cactus">cactus</a>.
           </p>
         </li>
         <li>
  @@ -73,14 +73,20 @@
           <a href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/cactus/announcements/">cactus</a>
           </p>
         </li>
  +      <li>Commit your changes to CVS</li>
  +      <li>Produce a clean build of the plugin using <code>maven clean plugin</code></li>
         <li>
  -        <p> Send a quick release email to the Maven user list, using the content of 
  -        <code>[major].[minor].ann</code>. 
  -        </p>
  +        Tag the plugin project dir in CVS with <code>MAVEN_[PROJECTNAME]_[MAJOR]_[MINOR]</code>
  +        (for example <code>MAVEN_CACTUS_2_0</code>). 
         </li>
         <li>
  -        <p> Tag the plugin project dir in CVS with <code>MAVEN_[PROJECTNAME]_[MAJOR]_[MINOR]</code>
  -        (for example <code>MAVEN_CACTUS_2_0</code>). 
  +        Upload the new version to 
  +        <a href="http://www.ibiblio.org/maven/maven/plugins/">http://www.ibiblio.org/maven/maven/plugins/</a>
  +        using maven -DgroupId=maven -Dtype=plugin -Dartifact=/path/to/file repository:copy-artifact
  +      </li>
  +      <li>
  +        <p> Send a quick release email to the Maven user list, using the content of 
  +        <code>[major].[minor].ann</code>. 
           </p>
         </li>
         <li> 
  
  
  

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