Versions Compared

Key

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

...

Check the versions using the command line interface:

    mvn -- version
    java – version

...

Download the release candidate

...

  1. Download the Taverna key file from https://dist.apache.org/repos/dist/release/incubator/taverna/KEYS. (On Windows this can be done by typing Ctrl-S in the browser window and saving the file as keys.txt.)

  2.  
    Import the key file into GPG: 
    gpg --import keys.txt

     

  3. Download the .asc file

  4. Verify the .asc file matches the zipped release candidate. In general:

 

     gpg --verify file1.asc file2.zip

          And for example:

     gpg --verify 'apache-taverna- ... -source-release.zip.asc' 'apache-taverna- ... -source-release.zip'

 

 

...

AFTER you unzip the release candidate, but BEFORE you build

...