Versions Compared

Key

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

...

Build the final distribution

In order to build the release make sure that:

  • you have a working PGP installation with your code signing key as the default key
  • the version number has been increased and tagged in SVN

Invoke Maven with the following command to generate the release (future releases should be done using the Maven release plugin once the remaining Maven issues are resolved):
mvn clean install -Pfedora-release
Grab the artifacts outlined below along with their md5 sums and pgp signatures.

The distribution should consist of:

...

Each file must have an associated md5 checksum and the gpg pgp key signature of the release manager.

...