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-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org