Return-Path: X-Original-To: apmail-incubator-jena-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 102017C69 for ; Sat, 24 Sep 2011 20:38:06 +0000 (UTC) Received: (qmail 6626 invoked by uid 500); 24 Sep 2011 20:38:06 -0000 Delivered-To: apmail-incubator-jena-commits-archive@incubator.apache.org Received: (qmail 6605 invoked by uid 500); 24 Sep 2011 20:38:06 -0000 Mailing-List: contact jena-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-commits@incubator.apache.org Received: (qmail 6598 invoked by uid 99); 24 Sep 2011 20:38:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 20:38:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2011 20:38:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 008FB2388900; Sat, 24 Sep 2011 20:37:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1175250 - in /incubator/jena/Jena2/ARQ/trunk: ./ assembly-testing.xml assembly.xml pom2.xml Date: Sat, 24 Sep 2011 20:37:40 -0000 To: jena-commits@incubator.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110924203741.008FB2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: andy Date: Sat Sep 24 20:37:40 2011 New Revision: 1175250 URL: http://svn.apache.org/viewvc?rev=1175250&view=rev Log: WIP: Draft Apache-compatible release process for ARQ Added: incubator/jena/Jena2/ARQ/trunk/pom2.xml (with props) Modified: incubator/jena/Jena2/ARQ/trunk/ (props changed) incubator/jena/Jena2/ARQ/trunk/assembly-testing.xml incubator/jena/Jena2/ARQ/trunk/assembly.xml Propchange: incubator/jena/Jena2/ARQ/trunk/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Sat Sep 24 20:37:40 2011 @@ -23,3 +23,5 @@ build target I + +LOG Modified: incubator/jena/Jena2/ARQ/trunk/assembly-testing.xml URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/assembly-testing.xml?rev=1175250&r1=1175249&r2=1175250&view=diff ============================================================================== --- incubator/jena/Jena2/ARQ/trunk/assembly-testing.xml (original) +++ incubator/jena/Jena2/ARQ/trunk/assembly-testing.xml Sat Sep 24 20:37:40 2011 @@ -31,9 +31,9 @@ README* - DISCLAIMER - LICENSE - NOTICE + DISCLAIMER* + LICENSE* + NOTICE* ChangeLog.txt pom.xml Modified: incubator/jena/Jena2/ARQ/trunk/assembly.xml URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/assembly.xml?rev=1175250&r1=1175249&r2=1175250&view=diff ============================================================================== --- incubator/jena/Jena2/ARQ/trunk/assembly.xml (original) +++ incubator/jena/Jena2/ARQ/trunk/assembly.xml Sat Sep 24 20:37:40 2011 @@ -28,9 +28,9 @@ README* - DISCLAIMER - LICENSE - NOTICE + DISCLAIMER* + LICENSE* + NOTICE* ChangeLog.txt pom.xml Added: incubator/jena/Jena2/ARQ/trunk/pom2.xml URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom2.xml?rev=1175250&view=auto ============================================================================== --- incubator/jena/Jena2/ARQ/trunk/pom2.xml (added) +++ incubator/jena/Jena2/ARQ/trunk/pom2.xml Sat Sep 24 20:37:40 2011 @@ -0,0 +1,263 @@ + + + + 4.0.0 + + org.apache.jena + arq + jar + ARQ + ${ver.arq} + + + + org.apache.jena + jena-top + 0-SNAPSHOT + ../JenaTop/pom.xml + + + ARQ is a SPARQL 1.1 query engine for Jena + + + scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/ + https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/ + + + + ${project.artifactId}-${project.version} + 3.2.9 + 2.3.1 + 4.1.2 + 1.5 + apache-jena-${project.artifactId}-${project.version} + + + + + + + com.hp.hpl.jena + jena + ${ver.jena} + + + + com.hp.hpl.jena + jena + tests + ${ver.jena} + test + + + + org.codehaus.woodstox + wstx-asl + ${ver.wstx-asl} + + + + + org.apache.lucene + lucene-core + ${ver.lucene} + + + + commons-codec + commons-codec + ${ver.commons-codec} + + + + org.apache.httpcomponents + httpclient + ${ver.http-client} + compile + + + + commons-logging + commons-logging + + + + + + org.apache.httpcomponents + httpcore + ${ver.http-client} + compile + + + + + + src + src-test + + + + ${project.basedir}/target/filter.properties + + + + + com/hp/hpl/jena/sparql/ + true + resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/TS_*.java + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + public + true + UTF-8 + ${project.name} ${project.version} + ${project.name} ${project.version} + arq:arq.*:riotcmd:riotcmd.* + + + SPARQL Query and Update + com.hp.hpl.jena.query:com.hp.hpl.jena.update + + + LARQ -- Lucene Search for ARQ + com.hp.hpl.jena.query.larq + + + + + + Licenced under the Apache License, Version 2.0 + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant-timestamp + generate-resources + + + + + + + + + +#begin +build.time.xsd=${build.time.xsd} +build.time.txt=${build.time.txt} +#end + + + + + + + run + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + + create-assembly + package + + single + + + ${assembly.root.name} + false + + assembly.xml + + + + + create-assembly-test + package + + single + + + ${assembly.root.name}-tests + false + + assembly-testing.xml + + + + + + + + + + + + + + + Propchange: incubator/jena/Jena2/ARQ/trunk/pom2.xml ------------------------------------------------------------------------------ svn:mime-type = text/plain