Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

 

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

 

 

...

 

Download

Release Date

Checksum

Signatures

OpenJPA 2.1.1 Binary

apache-openjpa-2.1.1-binary.zip

25 July 2011

MD5

PGP

OpenJPA 2.1.1 Source

apache-openjpa-2.1.1-source.zip

25 July 2011

MD5

PGP

OpenJPA 2.1.1 Release Notes

RELEASE-NOTES.html

25 July 2011

 

 

OpenJPA 2.1.0 Binary

apache-openjpa-2.1.0-binary.zip

21 February 2011

MD5

PGP

OpenJPA 2.1.0 Source

apache-openjpa-2.1.0-source.zip

21 February 2011

MD5

PGP

OpenJPA 2.1.0 Release Notes

RELEASE-NOTES.html

21 February 2011

 

 

...

 

Download

Release Date

Checksum

Signatures

OpenJPA 2.0.1 Binary

apache-openjpa-2.0.1-binary.zip

30 August 2010

MD5

PGP

OpenJPA 2.0.1 Source

apache-openjpa-2.0.1-source.zip

30 August 2010

MD5

PGP

OpenJPA 2.0.1 Release Notes

RELEASE-NOTES.html

30 August 2010

 

 

OpenJPA 2.0.0 Binary

apache-openjpa-2.0.0-binary.zip

22 April 2010

MD5

PGP

OpenJPA 2.0.0 Source

apache-openjpa-2.0.0-source.zip

22 April 2010

MD5

PGP

OpenJPA 2.0.0 Release Notes

RELEASE-NOTES.html

22 April 2010

 

 

...

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:

...