Return-Path: X-Original-To: apmail-hama-commits-archive@www.apache.org Delivered-To: apmail-hama-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 A8A89107B1 for ; Mon, 3 Feb 2014 13:00:36 +0000 (UTC) Received: (qmail 63861 invoked by uid 500); 3 Feb 2014 13:00:28 -0000 Delivered-To: apmail-hama-commits-archive@hama.apache.org Received: (qmail 63490 invoked by uid 500); 3 Feb 2014 13:00:18 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 63221 invoked by uid 99); 3 Feb 2014 13:00:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 13:00:07 +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; Mon, 03 Feb 2014 13:00:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E1AFF23889CB; Mon, 3 Feb 2014 12:59:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1563867 - in /hama/trunk: core/pom.xml pom.xml Date: Mon, 03 Feb 2014 12:59:43 -0000 To: commits@hama.apache.org From: edwardyoon@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140203125943.E1AFF23889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: edwardyoon Date: Mon Feb 3 12:59:43 2014 New Revision: 1563867 URL: http://svn.apache.org/r1563867 Log: HAMA-859: change the version of commons-cli Modified: hama/trunk/core/pom.xml hama/trunk/pom.xml Modified: hama/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1563867&r1=1563866&r2=1563867&view=diff ============================================================================== --- hama/trunk/core/pom.xml (original) +++ hama/trunk/core/pom.xml Mon Feb 3 12:59:43 2014 @@ -132,7 +132,7 @@ zookeeper - org.apache.mahout.commons + org.apache.commons commons-cli Modified: hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1563867&r1=1563866&r2=1563867&view=diff ============================================================================== --- hama/trunk/pom.xml (original) +++ hama/trunk/pom.xml Mon Feb 3 12:59:43 2014 @@ -87,8 +87,7 @@ 1.1.1 - 1.2 - 2.0-mahout + 2.0-SNAPSHOT 1.7 2.6 3.0.1 @@ -183,7 +182,7 @@ ${commons-logging.version} - commons-cli + org.apache.commons commons-cli ${commons-cli.version}