Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 26BDFDFCE for ; Tue, 21 May 2013 16:03:05 +0000 (UTC) Received: (qmail 49629 invoked by uid 500); 21 May 2013 16:03:05 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 49266 invoked by uid 500); 21 May 2013 16:03:04 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 49234 invoked by uid 99); 21 May 2013 16:03:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 16:03:03 +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; Tue, 21 May 2013 16:03:02 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1733123888E7; Tue, 21 May 2013 16:02:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1484850 - /commons/proper/io/trunk/pom.xml Date: Tue, 21 May 2013 16:02:43 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130521160243.1733123888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Tue May 21 16:02:42 2013 New Revision: 1484850 URL: http://svn.apache.org/r1484850 Log: Update to commons-parent 29 but add back Cobertura code coverage as JaCoCo results are not acceptable for commons-io. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1484850&r1=1484849&r2=1484850&view=diff ============================================================================== --- commons/proper/io/trunk/pom.xml (original) +++ commons/proper/io/trunk/pom.xml Tue May 21 16:02:42 2013 @@ -19,7 +19,7 @@ org.apache.commons commons-parent - 28 + 29 4.0.0 commons-io @@ -318,6 +318,12 @@ file comparators, endian transformation + + + org.codehaus.mojo + cobertura-maven-plugin + 2.5.2 + org.apache.maven.plugins maven-checkstyle-plugin