OpenJPA Nightly Downloads
Use the links below to download a nightly snapshot driver of Apache OpenJPA. Please
reference the OpenJPA Downloads page for the official OpenJPA releases.
For information on obtaining OpenJPA binaries, see the Obtaining
page. For information on building OpenJPA from source, see the Building
page.
Nightly Snapshots
These distributions are built and deployed nightly, and contain up-to-date
fixes and improvements. However, their stability cannot be guaranteed. Use
at your own risk.
Snapshot builds
Snapshot (nightly) 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, 2.2.1.x and trunk (2.3.x as of this writing)
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:
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
For versions 1.0.x, and 1.1.x, you can find the snapshots on people.apache.org. A maven project can access the snapshot builds by adding the following repository in pom.xml :
<repository>
<id>people.apache.org.snapshots</id>
<name>people.apache.org.snapshots</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
</repository>
Pre-packaged binaries for SNAPSHOT releases are available in the
snapshot repository at the following locations:
For the 1.2.x, 1.3.x, and 2.x.y.z SNAPSHOTs, please scroll down
to the bottom of the artifact list to grab the latest ones, as we're
letting Maven create timestamped artifacts when publishing to the new
Apache Nexus repo.
Older incubating Releases