Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-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 2108E1128A for ; Sun, 18 May 2014 22:43:22 +0000 (UTC) Received: (qmail 1469 invoked by uid 500); 18 May 2014 22:24:52 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 1436 invoked by uid 500); 18 May 2014 22:24:51 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 1429 invoked by uid 99); 18 May 2014 22:24:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 May 2014 22:24:51 +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; Sun, 18 May 2014 22:24:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 74B9D23888E4; Sun, 18 May 2014 22:24:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1595700 - in /mahout/trunk: pom.xml spark-shell/pom.xml spark/pom.xml Date: Sun, 18 May 2014 22:24:27 -0000 To: commits@mahout.apache.org From: sslavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140518222427.74B9D23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sslavic Date: Sun May 18 22:24:26 2014 New Revision: 1595700 URL: http://svn.apache.org/r1595700 Log: Fixed Maven warnings (usage of deprecated pom.version, and missing plugin version for maven-scala-plugin) Modified: mahout/trunk/pom.xml mahout/trunk/spark-shell/pom.xml mahout/trunk/spark/pom.xml Modified: mahout/trunk/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1595700&r1=1595699&r2=1595700&view=diff ============================================================================== --- mahout/trunk/pom.xml (original) +++ mahout/trunk/pom.xml Sun May 18 22:24:26 2014 @@ -182,6 +182,24 @@ true + + mahout-math-scala + ${project.groupId} + ${project.version} + + + ${project.groupId} + ${project.version} + mahout-math-scala + tests + + + + mahout-spark + ${project.groupId} + ${project.version} + + org.apache.lucene @@ -525,6 +543,11 @@ build-helper-maven-plugin 1.8 + + org.scala-tools + maven-scala-plugin + 2.15.2 + Modified: mahout/trunk/spark-shell/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/spark-shell/pom.xml?rev=1595700&r1=1595699&r2=1595700&view=diff ============================================================================== --- mahout/trunk/spark-shell/pom.xml (original) +++ mahout/trunk/spark-shell/pom.xml Sun May 18 22:24:26 2014 @@ -166,14 +166,12 @@ org.apache.mahout mahout-spark - ${pom.version} org.apache.mahout mahout-math-scala tests - ${pom.version} test Modified: mahout/trunk/spark/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/spark/pom.xml?rev=1595700&r1=1595699&r2=1595700&view=diff ============================================================================== --- mahout/trunk/spark/pom.xml (original) +++ mahout/trunk/spark/pom.xml Sun May 18 22:24:26 2014 @@ -181,7 +181,6 @@ org.apache.mahout mahout-mrlegacy - ${pom.version} asm @@ -235,7 +234,6 @@ org.apache.mahout mahout-mrlegacy - ${pom.version} asm @@ -274,7 +272,6 @@ org.apache.mahout mahout-mrlegacy - ${pom.version} asm @@ -286,14 +283,12 @@ org.apache.mahout mahout-math-scala - ${pom.version} org.apache.mahout mahout-math-scala tests - ${pom.version} test