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 02DDA94E5 for ; Fri, 21 Oct 2011 22:09:15 +0000 (UTC) Received: (qmail 27242 invoked by uid 500); 21 Oct 2011 22:09:14 -0000 Delivered-To: apmail-incubator-jena-commits-archive@incubator.apache.org Received: (qmail 27219 invoked by uid 500); 21 Oct 2011 22:09:14 -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 27211 invoked by uid 99); 21 Oct 2011 22:09:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 22:09:14 +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; Fri, 21 Oct 2011 22:09:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 478EF23888CD; Fri, 21 Oct 2011 22:08:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1187575 - /incubator/jena/Jena2/LARQ/trunk/pom.xml Date: Fri, 21 Oct 2011 22:08:53 -0000 To: jena-commits@incubator.apache.org From: castagna@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111021220853.478EF23888CD@eris.apache.org> Author: castagna Date: Fri Oct 21 22:08:52 2011 New Revision: 1187575 URL: http://svn.apache.org/viewvc?rev=1187575&view=rev Log: (empty) Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1187575&r1=1187574&r2=1187575&view=diff ============================================================================== --- incubator/jena/Jena2/LARQ/trunk/pom.xml (original) +++ incubator/jena/Jena2/LARQ/trunk/pom.xml Fri Oct 21 22:08:52 2011 @@ -33,20 +33,11 @@ 0.2.2-incubating-SNAPSHOT LARQ - Free Text Indexing for SPARQL - http://openjena.org/wiki/LARQ + http://incubator.apache.org/jena/documentation/larq/ - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - The Apache Software Foundation - http://www.apache.org/ - + + 3.1.0 + @@ -78,42 +69,31 @@ http://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/ - - 3.1.0 - 2.8.9-incubating-SNAPSHOT - 0.9.0-incubating-SNAPSHOT - 1.6.1 - 4.8.2 - 1.6 - ${jdk.version} - UTF-8 - - org.apache.jena jena-arq - ${arq.version} + ${ver.arq} org.apache.lucene lucene-core - ${lucene.version} + ${ver.lucene} junit junit - ${junit.version} + ${ver.junit} test org.apache.jena jena-arq - ${arq.version} + ${ver.arq} test-jar test @@ -121,7 +101,7 @@ org.apache.jena jena-tdb - ${tdb.version} + ${ver.tdb} test @@ -132,20 +112,11 @@ - org.apache.maven.plugins maven-compiler-plugin - 2.3.2 - - ${jdk.version} - ${jdk.version} - ${project.build.sourceEncoding} - - org.apache.maven.plugins maven-surefire-plugin - 2.9 **/TS_*.java @@ -154,40 +125,12 @@ - org.apache.maven.plugins maven-source-plugin - 2.1.2 - - - attach-sources - package - - jar-no-fork - - - - org.apache.maven.plugins maven-javadoc-plugin - 2.8 - - - attach-javadocs - - jar - - - - true - public - true - ${project.build.sourceEncoding} - ${project.name} ${project.version} - ${project.name} ${project.version} - org.apache.jena.larq @@ -203,26 +146,7 @@ - org.apache.maven.plugins maven-eclipse-plugin - 2.8 - - ${project.build.directory}/classes-eclipse - true - false - false - - - - - org.apache.maven.plugins - maven-release-plugin - 2.2.1 - - true - clean install - true -