Versions Compared

Key

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

...

Ensure that all new source files have the Apache License attached, and any dependencies licenses are correctly noted in NOTICE.
Check export status of any cryptographic dependencies. (Unknown currently whether we need an ECCN or not)

Set version number in file

...

Make the RC

Run

Code Block
 ant release 

.
Check that the produced code still works! Check that source packages don't include any binaries.
Sign the release using your GPG key, and record SHA512 checksums for the files. (See my script at https://people.apache.org/~al/artefact-sign.sh).
Upload the src+bin tar+zip somewhere so that it can be found.
Either put in your space at https://people.apache.org/~name/, or make a folder and host in https://dist.apache.org/repos/dist/dev/incubator/wave.

...