On Wed, Mar 13, 2013 at 8:31 AM, Leigh Dodds <[email protected]> wrote: > Is there a stable download location for Jena binaries? > > I have an application setup script that includes pulling in > dependencies, including Jena (for scripting setup of an EC2 server). I > had been using: > > http://apache.org/dist/jena/binaries/ > > But with the 2.10.0 release I've realised that older versions aren't > kept there. I've discovered that there are some built versions > available from maven.org, but I don't know how those are created or > maintained: > > http://repo1.maven.org/maven2/org/apache/jena/apache-jena/ > > Is there a stable location for downloading archived releases?
According to "Apache Jena Releases" [1], the first URL you've got it correct, but that you'll need to go to the archives for older releases. "Using Jena with Apache Maven" [2] says that "Released maven artifacts are mirrored to the central maven repositories. This can take a few days. The Jena repositories at Apache are: https://repository.apache.org/content/repositories/releases/ for released versions https://repository.apache.org/content/repositories/snapshots/ for development builds. Stable Jena releases are automatically mirrored by the central Maven repositories, so there will normally be no need to add any extra repositories to your pom.xml or settings.xml." //JT [1] http://jena.apache.org/download/index.html [2] http://jena.apache.org/download/maven.html -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/
