You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/19 04:54:26 UTC

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

brett       2004/06/18 19:54:26

  Modified:    xdocs/reference/developers Tag: MAVEN-1_0-BRANCH
                        releasing-plugins.xml
  Log:
  update release documentation
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.4.4   +2 -20     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.4.4.3
  retrieving revision 1.4.4.4
  diff -u -r1.4.4.3 -r1.4.4.4
  --- releasing-plugins.xml	4 Mar 2004 17:45:57 -0000	1.4.4.3
  +++ releasing-plugins.xml	19 Jun 2004 02:54:26 -0000	1.4.4.4
  @@ -55,23 +55,6 @@
     <section name="Releasing Maven plugins">
       <ul>
         <li>
  -        <p> Add a download link in the project navigation (<code>navigation.xml</code>).
  -        Example:
  -        </p>
  -        <source><![CDATA[
  -<menu name="Downloads">
  -  <item name="Eclipse Plugin 1.5" 
  -        href="http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5.jar"/>
  -</menu>]]></source>
  -      </li>
  -      <li>
  -        <p> Create an <code>announcements</code> directory in the project and inside create a 
  -        <code>[major].[minor].ann</code> text file containing the announce of the release.
  -        For an example, see 
  -        <a href="http://cvs.apache.org/viewcvs.cgi/maven-plugins/scm/announcements/">the SCM plugin announcements</a>
  -        </p>
  -      </li>
  -      <li>
           <p>Run maven scm:prepare-release and enter the appropriate tag 
             (<code>MAVEN_[PROJECTNAME]_[MAJOR]_[MINOR]</code>) and version. This will update the
             <code>currentVersion</code>, <code>versions</code> entries, and <code>xdocs/changes.xml</code> file
  @@ -87,11 +70,10 @@
         </p></li>
         <li><p>
           Check for the new version at
  -        <a href="http://www.ibiblio.org/maven/maven/plugins/">http://www.ibiblio.org/maven/maven/plugins/</a></p>
  +        <a href="http://www.apache.org/dist/java-repository/maven/plugins/">http://www.apache.org/dist/java-repository/maven/plugins/</a></p>
         </li>
         <li>
  -        <p> Send a quick release email to the Maven user list, using the content of 
  -        <code>[major].[minor].ann</code>. 
  +        <p>Run <code>maven announcement</code>. Edit this, then send it in a release email to the Maven user and developer lists.
           </p>
         </li>
       </ul>
  
  
  

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