CRUNCH-411: Drop _2.10 extension from Scrunch and crunch-spark targets
diff --git a/crunch-dist/pom.xml b/crunch-dist/pom.xml
index d86478d..98e14b9 100644
--- a/crunch-dist/pom.xml
+++ b/crunch-dist/pom.xml
@@ -55,7 +55,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.crunch</groupId>
-      <artifactId>crunch-scrunch_${scala.base.version}</artifactId>
+      <artifactId>crunch-scrunch</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.crunch</groupId>
diff --git a/crunch-scrunch/pom.xml b/crunch-scrunch/pom.xml
index d3cf882..cb91a4d 100644
--- a/crunch-scrunch/pom.xml
+++ b/crunch-scrunch/pom.xml
@@ -25,7 +25,7 @@
     <version>0.8.3-SNAPSHOT</version>
   </parent>
 
-  <artifactId>crunch-scrunch_${scala.base.version}</artifactId>
+  <artifactId>crunch-scrunch</artifactId>
   <name>Apache Crunch for Scala</name>
 
   <dependencies>
diff --git a/crunch-spark/pom.xml b/crunch-spark/pom.xml
index f51a989..3d4a94b 100644
--- a/crunch-spark/pom.xml
+++ b/crunch-spark/pom.xml
@@ -25,7 +25,7 @@
     <version>0.8.3-SNAPSHOT</version>
   </parent>
 
-  <artifactId>crunch-spark_${scala.base.version}</artifactId>
+  <artifactId>crunch-spark</artifactId>
   <name>Apache Crunch for Spark</name>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index e6c835c..a4bf2d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
 
       <dependency>
         <groupId>org.apache.crunch</groupId>
-        <artifactId>crunch-scrunch_${scala.base.version}</artifactId>
+        <artifactId>crunch-scrunch</artifactId>
         <version>${project.version}</version>
       </dependency>