...
Add the latest release to the top in the same format and rebuild the site and it should add the latest details to the download page.
Building the OODT site docs
You will need to:
git checkout master
mvn site:stage
- Copy the contents of target/staging/ to the asf-site branch in Apache OODT github
Publishing the changes
To publish the changes first we need to build the website:
...