Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84FA6184A9 for ; Sun, 3 Jan 2016 00:23:43 +0000 (UTC) Received: (qmail 97335 invoked by uid 500); 3 Jan 2016 00:23:43 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 97277 invoked by uid 500); 3 Jan 2016 00:23:43 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 97268 invoked by uid 99); 3 Jan 2016 00:23:43 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jan 2016 00:23:43 +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 D16CA18051E for ; Sun, 3 Jan 2016 00:23:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.246 X-Spam-Level: * X-Spam-Status: No, score=1.246 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, 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 U5OwtqhYms7o for ; Sun, 3 Jan 2016 00:23:42 +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 5FE4520B91 for ; Sun, 3 Jan 2016 00:23:41 +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 5C7C1E0428 for ; Sun, 3 Jan 2016 00:23:40 +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 0E7CE3A0296 for ; Sun, 3 Jan 2016 00:23:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1722693 - in /maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo: pom.xml src/site/xdoc/usage.xml Date: Sun, 03 Jan 2016 00:23:39 -0000 To: commits@maven.apache.org From: michaelo@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160103002340.0E7CE3A0296@svn01-us-west.apache.org> Author: michaelo Date: Sun Jan 3 00:23:39 2016 New Revision: 1722693 URL: http://svn.apache.org/viewvc?rev=1722693&view=rev Log: [DOXIA-505] Upgrade to Commons Configuration 1.10 Contributed by: Mikolaj Izdebski Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=1722693&r1=1722692&r2=1722693&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original) +++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Sun Jan 3 00:23:39 2016 @@ -73,7 +73,14 @@ under the License. commons-configuration commons-configuration - 1.6 + 1.10 + + + commons-collections + commons-collections + 3.2.1 + + runtime org.apache.xmlgraphics Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml?rev=1722693&r1=1722692&r2=1722693&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml (original) +++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml Sun Jan 3 00:23:39 2016 @@ -146,7 +146,7 @@ public class Apt2FO doxia-core (1.1.4), doxia-module-fo (1.1.1), doxia-sink-api (1.1.4), doxia-logging-api (1.1.4).
Run: - commons-configuration (1.6), commons-lang (2.6), + commons-configuration (1.10), commons-lang (2.6), plexus-utils (2.0.5), commons-collections (3.2.1), commons-logging (1.1.1).