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/incubator/empire-db/site
  2. Edit Pages with html editor (I am using Microsoft Expression Web)
  3. Open page downloads/latest.htm and copy section with previous release files to downloads/previous.htm.
  4. In downloads/latest.htm replace all reference to old version number with new version number.
  5. Update news.html
  6. so a svn delete on javadocs/empire-db
  7. commit
  8. recreate the empire-db folder
  9. fetch the new javadoc jar from http://repo1.maven.org/maven2/org/apache/empire-db/empire-db/2.0.7-incubating/empire-db-2.0.7-incubating-javadoc.jar
  10. extract into the javadocs/empire-db folder
  11. svn add the empire-db folder
  12. Commit all changes to svn repo.
  13. Log on to people.apache.org using ssh
  14. Goto /x1/www/incubator.apache.org/empire-db
  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.

...