Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28FF810AA3 for ; Mon, 16 Feb 2015 12:22:53 +0000 (UTC) Received: (qmail 54208 invoked by uid 500); 16 Feb 2015 12:22:43 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 54184 invoked by uid 500); 16 Feb 2015 12:22:43 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 54175 invoked by uid 99); 16 Feb 2015 12:22:43 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2015 12:22:43 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 70938AC0040 for ; Mon, 16 Feb 2015 12:22:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r940342 - in /websites/staging/jena/trunk/content: ./ download/maven.html Date: Mon, 16 Feb 2015 12:22:43 -0000 To: commits@jena.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150216122243.70938AC0040@hades.apache.org> Author: buildbot Date: Mon Feb 16 12:22:43 2015 New Revision: 940342 Log: Staging update by buildbot for jena Modified: websites/staging/jena/trunk/content/ (props changed) websites/staging/jena/trunk/content/download/maven.html Propchange: websites/staging/jena/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Feb 16 12:22:43 2015 @@ -1 +1 @@ -1660089 +1660090 Modified: websites/staging/jena/trunk/content/download/maven.html ============================================================================== --- websites/staging/jena/trunk/content/download/maven.html (original) +++ websites/staging/jena/trunk/content/download/maven.html Mon Feb 16 12:22:43 2015 @@ -206,78 +206,79 @@ structuring Jena development.

Description - apache-jena-libs - pom + apache-jena-libs + pom A POM artifact that may be referenced to pull in all the standard Jena Libraries (Core, ARQ, IRI, and TDB) with a single dependency. - apache-jena - pom + + apache-jena + pom The binary distribution - apache-jena-fuseki - pom + apache-jena-fuseki + pom Fuseki2 distribution - apache-jena-osgi - pom + apache-jena-osgi + pom Jena as an OSGi bundle - jena-sdb - jar + jena-sdb + jar SDB (SQL based triple store). SDB should only be used when there is an absolute requirment on using SQL. TDB is to be preferred. - jena - pom + jena + The formal released source-released for each Jena release. This is not a maven-runnable set of binary files - jena-spatial - jar + jena-spatial + jar SPARQL Spatial Search. Included in Fuseki. - jena-text - jar + jena-text + jar SPARQL Text Search. Included in Fuseki. - jena-csv - jar + jena-csv + jar A simple CSV mapping to RDF and amenable to SPARQL - jena-elephas - pom + jena-elephas + pom A collection of tools for working with RDF on the Hadoop platform - jena-fuseki-war - war + jena-fuseki-war + war WAR file for Fuseki - jena-security - jar + jena-security + jar Security (Permissions) wrapper around Jena RDF implementation. - jena-maven-tools + jena-maven-tools maven-plugin Maven Plugins, including schemagen - jena-jdbc-driver-bundle - jar + jena-jdbc-driver-bundle + jar A collection of JDBC drivers - jena-querybuilder - jar + jena-querybuilder + jar A utility package to simplify the building of ARQ queries in code.