Versions Compared

Key

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

...

  1. svn checkout https://dist.apache.org/repos/dist/release/empire-db/ empire-db-dist-release
  2. Create a subdirectory with the version number (i.e. 2.0.5)
  3. Copy all distribution files from your apache home directory to that directory (.zip, .tar.gz, .asc, .md5, .sha)
    scp francisdb@people.apache.org:~/public_html/empire-db/apache-empire-db-* .
  4. remove old releases: 
    www.apache.org/dist should contain only the latest release
    http://www.apache.org/dev/release.html#when-to-archive
  5. commit to the subversion repo
  6. Wait before files become available on the mirrors

...

  1. Check out or update 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. Make sure the links to previous versions point tot the archive
  6. In downloads/latest.htm replace all reference references to the old version number with new version number.
  7. Update news.html
  8. do a svn delete on javadocs/empire-db
  9. commit
  10. recreate the empire-db folder
  11. fetch the new javadoc jar from http://repo1.maven.org/maven2/org/apache/empire-db/empire-db/x.x.x/empire-db-x.x.x-javadoc.jar
  12. extract into the javadocs/empire-db folder
  13. svn add the empire-db folder
  14. Commit all changes to svn repo.
  15. Wait some time for changes to become available on the mirrors.

...