You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Apache Wiki <wi...@apache.org> on 2009/02/09 22:31:29 UTC

[Httpcomponents Wiki] Update of "HttpComponentsCoreReleaseProcess" by OlegKalnichevski

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.

The following page has been changed by OlegKalnichevski:
http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess

------------------------------------------------------------------------------
  {{{
  mvn package
  }}}
- 
-  * Download the latest jardiff-x.x-uber.jar (version 0.2 as of writing)
- 
-  http://www.osjava.org/jardiff/
- 
-  * Run the following command for all components that have been previously released
- 
- {{{  
- java -jar jardiff-0.2-uber.jar -f <previous-release>.jar -t <prerelease>-SNAPSHOT.jar -o text
- }}}
- 
-  * Collect output (by redirecting it to a file) and add it to the 'API changes' of the release notes
- 
- {{{  
- HttpCore API changes (generated by JarDiff 0.2)
- --------------------------------------
- ...
- 
- HttpCore NIO API changes (generated by JarDiff 0.2)
- --------------------------------------
- ...
- 
- }}}
- 
-  * Remove 'API changes' section of the previous release to keep release notes file short
  
   * Write an opening statement for the release highlighting the most changes, bug fixed and improvements
  

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