Versions Compared

Key

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

...

  1. Check out the Empire-db website source files from https://svn.apache.org/repos/asf/empire-db/site
  2. Update the doap_Empire-db.rdf file, add new version
  3. Edit Pages with html editor (I am using Microsoft Expression Web)
  4. Open page downloads/latest.htm and copy section with previous release files to downloads/previous.htm.
  5. In downloads/latest.htm replace all reference to old version number with new version number.
  6. Update news.html
  7. so a svn delete on javadocs/empire-db
  8. commit
  9. recreate the empire-db folder
  10. fetch the new javadoc jar from http://repo1.maven.org/maven2/org/apache/empire-db/empire-db/2.0.7/empire-db-2.0.7-javadoc.jar
  11. extract into the javadocs/empire-db folder
  12. svn add the empire-db folder
  13. Commit all changes to svn repo.
    1. Log on to people.apache.org using ssh
  14. Goto /x1/www/empire-db.apache.org
  15. Run "svn update" command.
  16. Don't forget to add write permissions of all changed files for group and all users (change from 0x644 to 0x664)-
  17. Wait some time for changes to become available on the mirrors.
  18. Remove all old releases from the /www/www.apache.org/dist/empire-db folder, only one (latest) release per branch allowed.

...