Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "Release_HOWTO" page has been changed by LewisJohnMcgibbney: https://wiki.apache.org/nutch/Release_HOWTO?action=diff&rev1=32&rev2=33 == Making the Release == 1. head back over to the [[https://repository.apache.org/|staging repos]] and '''RELEASE''' them into the wild. - 1. Move the artifacts from the release management area at https://dist.apache.org/repos/dist/dev/nutch/$release.version to https://dist.apache.org/repos/dist/release/nutch/$release.version as follows {{{svn mv https://dist.apache.org/repos/dist/dev/nutch/$release.version https://dist.apache.org/repos/dist/release/nutch/$release.version --message "Release Apache Nutch $release.version" }}} + 1. Move the artifacts from the release management area to the release area as follows {{{svn mv https://dist.apache.org/repos/dist/dev/nutch/$release.version https://dist.apache.org/repos/dist/release/nutch/$release.version --message "Release Apache Nutch $release.version" }}} 1. Wait 24 hours for release to propagate to mirrors. 1. Add the new release info to the [[https://svn.apache.org/repos/asf/nutch/site/publish/doap.rdf|doap.rdf]] file, and double check for any other updates that should be made to the doap file as well if it hasn't been updated in a while. If this is the case please see [[http://projects.apache.org/doap.html|here]] + 1. Deploy new Nutch site (according to [[Website_Update_HOWTO]]). This should include the new Javadoc for the release. - 1. Deploy new Nutch site (according to [[Website_Update_HOWTO]]). - 1. Update Javadoc in {{{people.apache.org:/www/nutch.apache.org/apidocs}}}. - 1. Send announcements to the user and developer lists. + 1. Send announcements to the user and developer lists as well as [email protected] = Preparing for new development =

