Hi,
when cutting release, make sure you always:
(1) Re-generate the javadoc
% cd trunk//to generate the javadocs
% cp -R target/site/* www/.
(3) Update the main page (
http://grizzly.dev.java.net)
% vi www/index.html
% %s,previous_version,new_version
This way the front page is always up to date and peoples can download
the latest version and consult the latest Javadocs...
A+
--Jeanfrancois