You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by mk...@apache.org on 2013/08/18 23:52:53 UTC

git commit: CRUNCH-226: Switch to newer scala-maven-plugin.

Updated Branches:
  refs/heads/master 028fa14b7 -> bf1a094f8


CRUNCH-226: Switch to newer scala-maven-plugin.

Signed-off-by: Micah Whitacre <mk...@apache.org>


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 <je...@gmail.com>
Authored: Sun Jun 23 20:21:44 2013 -0700
Committer: Micah Whitacre <mk...@apache.org>
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.
   <build>
     <plugins>
       <plugin>
-        <groupId>org.scala-tools</groupId>
-        <artifactId>maven-scala-plugin</artifactId>
+        <groupId>net.alchim31.maven</groupId>
+        <artifactId>scala-maven-plugin</artifactId>
         <executions>
           <execution>
             <goals>

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.
           <version>2.4</version>
         </plugin>
         <plugin>
-          <groupId>org.scala-tools</groupId>
-          <artifactId>maven-scala-plugin</artifactId>
-          <version>2.15.0</version>
+          <groupId>net.alchim31.maven</groupId>
+          <artifactId>scala-maven-plugin</artifactId>
+          <version>3.1.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>