Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change links to nightly builds

...

 

Download

Signatures

OpenJPA 1.13.0 Nightly

apache-openjpa-1.13.0-SNAPSHOT-binary.zip

PGP

OpenJPA 1.13.0 Nightly Source Code

apache-openjpa-1.13.0-SNAPSHOT-source.zip

PGP

OpenJPA jar is self-describing and after downloading a nightly snapshot, you can find out the latest revision number included in the build by

Code Block
none
none
titleDetermining Revision number included in a particular build

% java -jar you/path/to/openjpa.jar | grep revision

will print the revision numbers, for example, as

Code Block
none
none

Apache svn revision: 422266:686421

which designates that the nightly build includes Apache SVN revision 686421 as the latest.

Verifying Releases

We strongly recommend you verify the integrity of the downloaded files with both PGP and MD5. The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the *.asc signature file for the particular distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using one of the following sets of commands:

...