Repository: crunch Updated Branches: refs/heads/apache-crunch-0.8 98c3c43b6 -> 8abc0c755 (forced update)
CRUNCH-411: Drop _2.10 extension from Scrunch and crunch-spark targets Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/8abc0c75 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/8abc0c75 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/8abc0c75 Branch: refs/heads/apache-crunch-0.8 Commit: 8abc0c7550439981f6f77ad3ea5b4752cf81a9da Parents: 1d9b6cf Author: Josh Wills <[email protected]> Authored: Mon Jun 2 17:46:24 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Mon Jun 2 19:11:48 2014 -0700 ---------------------------------------------------------------------- crunch-dist/pom.xml | 2 +- crunch-scrunch/pom.xml | 2 +- crunch-spark/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/8abc0c75/crunch-dist/pom.xml ---------------------------------------------------------------------- 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 @@ under the License. </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> http://git-wip-us.apache.org/repos/asf/crunch/blob/8abc0c75/crunch-scrunch/pom.xml ---------------------------------------------------------------------- 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 @@ under the License. <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> http://git-wip-us.apache.org/repos/asf/crunch/blob/8abc0c75/crunch-spark/pom.xml ---------------------------------------------------------------------- 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 @@ under the License. <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> http://git-wip-us.apache.org/repos/asf/crunch/blob/8abc0c75/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e6c835c..a4bf2d3 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ under the License. <dependency> <groupId>org.apache.crunch</groupId> - <artifactId>crunch-scrunch_${scala.base.version}</artifactId> + <artifactId>crunch-scrunch</artifactId> <version>${project.version}</version> </dependency>
