OpenJPA Logo   ASF Logo

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, 2.3.x,2.4.x and trunk (3.1.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:

<repositories>
    <repository>
        <id>apache.snapshots</id>
        <name>Apache Snapshot Repository</name>
        <url>http://repository.apache.org/snapshots</url>
        <releases>
        <enabled>false</enabled>
        </releases>
    </repository>
</repositories>

If you are using the openjpa-maven-plugin then you also need to activate the pluginRepository.

<pluginRepositories>
    <pluginRepository>
        <id>apache.snapshots</id>
        <name>Apache Snapshot Repository</name>
        <url>http://repository.apache.org/snapshots</url>
        <releases>
        <enabled>false</enabled>
        </releases>
    </pluginRepository>
</pluginRepositories>

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

SNAPSHOT version binaries source
3.1.3 apache-openjpa-3.1.3-SNAPSHOT-binary.zip apache-openjpa-3.1.3-SNAPSHOT-source.zip
2.4.4 apache-openjpa-2.4.4-SNAPSHOT-binary.zip apache-openjpa-2.4.4-SNAPSHOT-source.zip
2.3.1 apache-openjpa-2.3.1-SNAPSHOT-binary.zip apache-openjpa-2.3.1-SNAPSHOT-source.zip
2.2.3 apache-openjpa-2.2.3-SNAPSHOT-binary.zip apache-openjpa-2.2.3-SNAPSHOT-source.zip
2.2.1.1 apache-openjpa-2.2.1.1-SNAPSHOT-binary.zip apache-openjpa-2.2.1.1-SNAPSHOT-source.zip
2.1.2 apache-openjpa-2.1.2-SNAPSHOT-binary.zip apache-openjpa-2.1.2-SNAPSHOT-source.zip
2.0.2 apache-openjpa-2.0.2-SNAPSHOT-binary.zip apache-openjpa-2.0.2-SNAPSHOT-source.zip
1.3.0 apache-openjpa-1.3.0-SNAPSHOT-binary.zip apache-openjpa-1.3.0-SNAPSHOT-source.zip
1.2.4 apache-openjpa-1.2.4-SNAPSHOT-binary.zip apache-openjpa-1.2.4-SNAPSHOT-source.zip
Copyright © 2006,2020 The Apache Software Foundation. Licensed under Apache License 2.0.
Apache, the Apache feather logo and OpenJPA are trademarks of The Apache Software Foundation.
Other names may be trademarks of their respective owners.