Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added snapshot repository information

...

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 for all active releases are published to the Apache snapshot repository on people.apache.org. A maven project can access the snapshot builds by adding the following repository in pom.xml :

Code Block
xml
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>

The binaries used in the snapshot repository may also be downloaded manually by going to http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/apache-openjpa/, navigating to the desired version, and clicking on the source or binary zip file.

As a convenience the latest trunk build is available on the openjpa.apache.org site.

...