Return-Path: X-Original-To: apmail-commonsrdf-commits-archive@minotaur.apache.org Delivered-To: apmail-commonsrdf-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 519A617E7D for ; Tue, 31 Mar 2015 16:45:59 +0000 (UTC) Received: (qmail 14391 invoked by uid 500); 31 Mar 2015 16:45:59 -0000 Delivered-To: apmail-commonsrdf-commits-archive@commonsrdf.apache.org Received: (qmail 14363 invoked by uid 500); 31 Mar 2015 16:45:59 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 14354 invoked by uid 99); 31 Mar 2015 16:45:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2015 16:45:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 31 Mar 2015 16:45:36 +0000 Received: (qmail 13719 invoked by uid 99); 31 Mar 2015 16:45:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2015 16:45:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7DBB3E2F04; Tue, 31 Mar 2015 16:45:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: wikier@apache.org To: commits@commonsrdf.incubator.apache.org Message-Id: <706a7b3fda9d447ab70285d96df1a282@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-commonsrdf git commit: COMMONSRDF-2: included commons-parent Date: Tue, 31 Mar 2015 16:45:33 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-commonsrdf Updated Branches: refs/heads/master 032180f59 -> ef251a42f COMMONSRDF-2: included commons-parent Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/ef251a42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/ef251a42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/ef251a42 Branch: refs/heads/master Commit: ef251a42f8bb0803f8eb486b75771a2704c0cd40 Parents: 032180f Author: Sergio Fernández Authored: Tue Mar 31 18:44:44 2015 +0200 Committer: Sergio Fernández Committed: Tue Mar 31 18:45:23 2015 +0200 ---------------------------------------------------------------------- pom.xml | 156 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 80 insertions(+), 76 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/ef251a42/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a1deadf..69c85f6 100644 --- a/pom.xml +++ b/pom.xml @@ -21,15 +21,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.apache.commons commons-rdf-parent @@ -169,15 +165,12 @@ org.apache.maven.plugins maven-jar-plugin - 2.5 - - - - jar - test-jar - - - + 2.6 + + + true + + org.apache.maven.plugins @@ -191,6 +184,9 @@ + + true + org.apache.maven.plugins @@ -204,70 +200,78 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - UTF-8 - - - - - org.eluder.coveralls - coveralls-maven-plugin - 3.0.1 - - - org.jacoco - jacoco-maven-plugin - 0.7.2.201409121644 - - - prepare-agent - - prepare-agent - - - - + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + UTF-8 + + + + + org.eluder.coveralls + coveralls-maven-plugin + 3.0.1 + + + org.jacoco + jacoco-maven-plugin + 0.7.2.201409121644 + + + prepare-agent + + prepare-agent + + + + - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.jacoco - - jacoco-maven-plugin - - - [0.7.2.201409121644,) - - - prepare-agent - - - - - - - - - - - - + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.jacoco + + jacoco-maven-plugin + + + [0.7.2.201409121644,) + + + prepare-agent + + + + + + + + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.14 + + true + + + +