Return-Path: X-Original-To: apmail-crunch-commits-archive@www.apache.org Delivered-To: apmail-crunch-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 ED8D5105B5 for ; Sun, 18 Aug 2013 21:52:53 +0000 (UTC) Received: (qmail 20181 invoked by uid 500); 18 Aug 2013 21:52:53 -0000 Delivered-To: apmail-crunch-commits-archive@crunch.apache.org Received: (qmail 20149 invoked by uid 500); 18 Aug 2013 21:52:53 -0000 Mailing-List: contact commits-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list commits@crunch.apache.org Received: (qmail 20142 invoked by uid 99); 18 Aug 2013 21:52:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Aug 2013 21:52:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 15DA18BF4AA; Sun, 18 Aug 2013 21:52:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mkwhit@apache.org To: commits@crunch.apache.org Message-Id: <73e029bdfe114936bfa8612f65fe3af1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CRUNCH-226: Switch to newer scala-maven-plugin. Date: Sun, 18 Aug 2013 21:52:53 +0000 (UTC) Updated Branches: refs/heads/master 028fa14b7 -> bf1a094f8 CRUNCH-226: Switch to newer scala-maven-plugin. Signed-off-by: Micah Whitacre Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/bf1a094f Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/bf1a094f Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/bf1a094f Branch: refs/heads/master Commit: bf1a094f8810cdde5e4231cd3efb99cd30d8e22e Parents: 028fa14 Author: Jan Prach Authored: Sun Jun 23 20:21:44 2013 -0700 Committer: Micah Whitacre Committed: Sun Aug 18 16:16:43 2013 -0500 ---------------------------------------------------------------------- crunch-scrunch/pom.xml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/bf1a094f/crunch-scrunch/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-scrunch/pom.xml b/crunch-scrunch/pom.xml index 4345c74..fc38c6a 100644 --- a/crunch-scrunch/pom.xml +++ b/crunch-scrunch/pom.xml @@ -79,8 +79,8 @@ under the License. - org.scala-tools - maven-scala-plugin + net.alchim31.maven + scala-maven-plugin http://git-wip-us.apache.org/repos/asf/crunch/blob/bf1a094f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e972ce2..ba3258c 100644 --- a/pom.xml +++ b/pom.xml @@ -638,9 +638,9 @@ under the License. 2.4 - org.scala-tools - maven-scala-plugin - 2.15.0 + net.alchim31.maven + scala-maven-plugin + 3.1.5 org.apache.maven.plugins