Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update snapshot locations for 2.0.x and 1.3.x

...

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

Version 1.3.x, 2.0.x and trunk (2.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:
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>

...

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 fileFor the 1.3.x, 2.0.x and 2.1.x 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

...