Versions Compared

Key

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

...

 

Download

Release Date

Checksum

Signatures

OpenJPA 2.2.1 Binary

apache-openjpa-2.2.1-binary.zip

1 November 2012

MD5

PGP

OpenJPA 2.2.1 Source

apache-openjpa-2.2.1-source.zip

1 November 2012

MD5

PGP

OpenJPA 2.2.1 Release Notes

RELEASE-NOTES.html

1 November 2012

 

 

OpenJPA 2.2.0 Binary

apache-openjpa-2.2.0-binary.zip (**)

20 February 2012

MD5

PGP

OpenJPA 2.2.0 Source

apache-openjpa-2.2.0-source.zip

20 February 2012

MD5

PGP

OpenJPA 2.2.0 Release Notes

RELEASE-NOTES.html

20 February 2012

 

 

...

Snapshot builds for all active releases are published to the Apache snapshot repository.

Version 1.2.x, 1.3.x, 2.0.x, 2.1.x

...

, 2.2.x

...

and trunk can be found in the snapshot repository on repository.apache.org. A maven project can access this snapshot repository by adding the following repository in pom.xml:
Code Block
XML
XML
<repository>
    <id>apache.snapshots</id>
    <name>Apache Snapshot Repository</name>
    <url>http://repository.apache.org/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>

...

Pre-packaged binaries for SNAPSHOT releases are available in the snapshot repository at the following locations:

...