Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C252A18379 for ; Sun, 31 Jan 2016 20:23:48 +0000 (UTC) Received: (qmail 46059 invoked by uid 500); 31 Jan 2016 20:23:42 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 45995 invoked by uid 500); 31 Jan 2016 20:23:42 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 45984 invoked by uid 500); 31 Jan 2016 20:23:42 -0000 Received: (qmail 45981 invoked by uid 99); 31 Jan 2016 20:23:42 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2016 20:23:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B2BC0C0708 for ; Sun, 31 Jan 2016 20:23:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-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-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Glky-a8hytgL for ; Sun, 31 Jan 2016 20:23:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id D6F4642BD1 for ; Sun, 31 Jan 2016 20:23:40 +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 4F94EE0185 for ; Sun, 31 Jan 2016 20: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 324F83A058B for ; Sun, 31 Jan 2016 20:23:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1727851 - /db/torque/torque4/trunk/torque-runtime/pom.xml Date: Sun, 31 Jan 2016 20:23:40 -0000 To: torque-commits@db.apache.org From: tv@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160131202340.324F83A058B@svn01-us-west.apache.org> Author: tv Date: Sun Jan 31 20:23:39 2016 New Revision: 1727851 URL: http://svn.apache.org/viewvc?rev=1727851&view=rev Log: Update dependencies - commons-collections 3.2.2 - commons.configuration 1.10 - commons-beanutils 1.9.2 Modified: db/torque/torque4/trunk/torque-runtime/pom.xml Modified: db/torque/torque4/trunk/torque-runtime/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1727851&r1=1727850&r2=1727851&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-runtime/pom.xml (original) +++ db/torque/torque4/trunk/torque-runtime/pom.xml Sun Jan 31 20:23:39 2016 @@ -41,19 +41,19 @@ commons-collections commons-collections - 3.2.1 + 3.2.2 commons-configuration commons-configuration - 1.9 + 1.10 commons-beanutils commons-beanutils - 1.8.3 + 1.9.2 --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org