Versions Compared

Key

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

...

  1. Log on to people.apache.org
  2. Go to /x1/www/www.apache.org/dist/incubator/empire-db
  3. Create a subdirectory with the version number (i.e. 2.0.5)
  4. Copy all distribution files from your home directory to that directory (.zip, .tar.gz, .asc, .md5, .sha)
  5. Possibly change write permissions of that directory and all files to allow group members to add / modify files (although they should never ever change again)
  6. remove all old releases from the dist folder (only one release per branch allowed)
  7. Wait (one day) before files become available on the mirrors

...

  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.
  18. Remove all old releases from the /www/www.apache.org/dist/incubator/empire-db folder, only one (latest) release per branch allowed.

Announce release

Send an E-Mail to announce@apache.org

...