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 34C629C19 for ; Sun, 1 Apr 2012 00:23:55 +0000 (UTC) Received: (qmail 84787 invoked by uid 500); 1 Apr 2012 00:23:54 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 84726 invoked by uid 500); 1 Apr 2012 00:23:54 -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 84718 invoked by uid 99); 1 Apr 2012 00:23:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 00:23:54 +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; Sun, 01 Apr 2012 00:23:53 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4496A238896F for ; Sun, 1 Apr 2012 00:23:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1307955 - in /commons/proper/dbutils/trunk: pmd-ruleset.xml pom.xml Date: Sun, 01 Apr 2012 00:23:33 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120401002333.4496A238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Sun Apr 1 00:23:32 2012 New Revision: 1307955 URL: http://svn.apache.org/viewvc?rev=1307955&view=rev Log: Add PMD ruleset; update dependency versions Added: commons/proper/dbutils/trunk/pmd-ruleset.xml (with props) Modified: commons/proper/dbutils/trunk/pom.xml Added: commons/proper/dbutils/trunk/pmd-ruleset.xml URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pmd-ruleset.xml?rev=1307955&view=auto ============================================================================== --- commons/proper/dbutils/trunk/pmd-ruleset.xml (added) +++ commons/proper/dbutils/trunk/pmd-ruleset.xml Sun Apr 1 00:23:32 2012 @@ -0,0 +1,36 @@ + + + + Standard Ruleset but excluding the "no octal + constants" rule + + + + + + + + + + Propchange: commons/proper/dbutils/trunk/pmd-ruleset.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: commons/proper/dbutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1307955&r1=1307954&r2=1307955&view=diff ============================================================================== --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original) +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sun Apr 1 00:23:32 2012 @@ -268,7 +268,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.7 + 2.9.1 ${basedir}/checkstyle.xml false @@ -278,7 +278,7 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.2 + 2.4.0 Normal Default @@ -292,9 +292,12 @@ org.apache.maven.plugins maven-pmd-plugin - 2.5 + 2.7.1 ${maven.compile.source} + + ${basedir}/pmd-ruleset.xml +