Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 28093 invoked from network); 19 Jul 2009 19:33:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jul 2009 19:33:32 -0000 Received: (qmail 92828 invoked by uid 500); 19 Jul 2009 19:34:37 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 92752 invoked by uid 500); 19 Jul 2009 19:34:37 -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 92743 invoked by uid 99); 19 Jul 2009 19:34:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jul 2009 19:34:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sun, 19 Jul 2009 19:34:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 18E5823888ED; Sun, 19 Jul 2009 19:34:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r795601 - /commons/proper/math/trunk/pom.xml Date: Sun, 19 Jul 2009 19:34:15 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090719193415.18E5823888ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: luc Date: Sun Jul 19 19:34:14 2009 New Revision: 795601 URL: http://svn.apache.org/viewvc?rev=795601&view=rev Log: updated plugins to latest version (except cobertura for now because version 2.3 triggers a strange error in MathUtils) Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=795601&r1=795600&r2=795601&view=diff ============================================================================== --- commons/proper/math/trunk/pom.xml (original) +++ commons/proper/math/trunk/pom.xml Sun Jul 19 19:34:14 2009 @@ -255,7 +255,7 @@ maven-assembly-plugin - 2.2-beta-1 + 2.2-beta-4 src/assembly/src.xml @@ -294,7 +294,7 @@ org.codehaus.mojo findbugs-maven-plugin - 1.2 + 2.1 Normal Default @@ -309,7 +309,7 @@ org.apache.maven.plugins maven-changes-plugin - 2.0 + 2.1 ${basedir}/src/site/xdoc/changes.xml %URL%/%ISSUE% @@ -327,7 +327,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.1 + 2.3 ${basedir}/checkstyle.xml false @@ -337,7 +337,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.2 + 2.4 checkstyle.xml @@ -349,7 +349,7 @@ org.codehaus.mojo clirr-maven-plugin - 2.2 + 2.2.2 info