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 99A1E10BED for ; Tue, 8 Dec 2015 13:27:14 +0000 (UTC) Received: (qmail 54869 invoked by uid 500); 8 Dec 2015 13:27:14 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 54634 invoked by uid 500); 8 Dec 2015 13:27:14 -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 54624 invoked by uid 99); 8 Dec 2015 13:27:14 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2015 13:27:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id EFBFA180428 for ; Tue, 8 Dec 2015 13:27:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id dG1zaPzsWLUH for ; Tue, 8 Dec 2015 13:27:00 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id C13D1203A3 for ; Tue, 8 Dec 2015 13:26:59 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 06240E08E5 for ; Tue, 8 Dec 2015 13:26:59 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 05D673A043D for ; Tue, 8 Dec 2015 13:26:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1718591 - /commons/proper/jexl/trunk/pom.xml Date: Tue, 08 Dec 2015 13:26:59 -0000 To: commits@commons.apache.org From: ebourg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151208132659.05D673A043D@svn01-us-west.apache.org> Author: ebourg Date: Tue Dec 8 13:26:58 2015 New Revision: 1718591 URL: http://svn.apache.org/viewvc?rev=1718591&view=rev Log: Downgrade the findbugs plugin (3.0.0) to work around an encoding issue with the latest release Modified: commons/proper/jexl/trunk/pom.xml Modified: commons/proper/jexl/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1718591&r1=1718590&r2=1718591&view=diff ============================================================================== --- commons/proper/jexl/trunk/pom.xml (original) +++ commons/proper/jexl/trunk/pom.xml Tue Dec 8 13:26:58 2015 @@ -261,7 +261,7 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.3 + 3.0.0 ${basedir}/src/main/config/findbugs-exclude-filter.xml true