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 437bf93..090e852 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 57c1b51..14b69d1 100644
--- a/crunch-scrunch/pom.xml
+++ b/crunch-scrunch/pom.xml
@@ -25,7 +25,7 @@
     <version>0.10.0-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 0712f2d..9a1d485 100644
--- a/crunch-spark/pom.xml
+++ b/crunch-spark/pom.xml
@@ -25,7 +25,7 @@
     <version>0.10.0-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 da9bcc8..1d94f77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
 
       <dependency>
         <groupId>org.apache.crunch</groupId>
-        <artifactId>crunch-scrunch_${scala.base.version}</artifactId>
+        <artifactId>crunch-scrunch</artifactId>
         <version>${project.version}</version>
       </dependency>