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 921D218F09 for ; Wed, 3 Jun 2015 20:19:01 +0000 (UTC) Received: (qmail 42918 invoked by uid 500); 3 Jun 2015 20:19:01 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 42837 invoked by uid 500); 3 Jun 2015 20:19:01 -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 42828 invoked by uid 99); 3 Jun 2015 20:19:01 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2015 20:19:01 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E85E7AC026E for ; Wed, 3 Jun 2015 20:18:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1683419 - /commons/proper/configuration/trunk/pom.xml Date: Wed, 03 Jun 2015 20:18:59 -0000 To: commits@commons.apache.org From: oheger@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150603201859.E85E7AC026E@hades.apache.org> Author: oheger Date: Wed Jun 3 20:18:59 2015 New Revision: 1683419 URL: http://svn.apache.org/r1683419 Log: Updated versions of some plug-ins. The site build now works with Java 1.8. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1683419&r1=1683418&r2=1683419&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Wed Jun 3 20:18:59 2015 @@ -603,7 +603,7 @@ org.apache.maven.plugins maven-changes-plugin - 2.11 + ${commons.changes.version} ${basedir}/src/changes/changes.xml %URL%/%ISSUE% @@ -619,7 +619,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.7 + 2.12.1 ${basedir}/conf/checkstyle.xml ${basedir}/conf/checkstyle-suppressions.xml @@ -640,7 +640,7 @@ org.codehaus.mojo findbugs-maven-plugin - 2.5.5 + 3.0.1 Normal Default @@ -650,7 +650,7 @@ org.codehaus.mojo cobertura-maven-plugin - 2.4 + 2.6 org.codehaus.mojo