Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

  1. git checkout master
  2. mvn site:stage
  3. 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:

...