Repository: crunch Updated Branches: refs/heads/master fcb1aa415 -> bea44469e
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/bea44469 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/bea44469 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/bea44469 Branch: refs/heads/master Commit: bea44469e5d3cd3925a26986d85fb146f43874b8 Parents: fcb1aa4 Author: Josh Wills <[email protected]> Authored: Mon Jun 2 17:46:24 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Mon Jun 2 17:46:24 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/bea44469/crunch-dist/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-dist/pom.xml b/crunch-dist/pom.xml index e781d75..a372f02 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/bea44469/crunch-scrunch/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-scrunch/pom.xml b/crunch-scrunch/pom.xml index 0d214e4..1774431 100644 --- a/crunch-scrunch/pom.xml +++ b/crunch-scrunch/pom.xml @@ -25,7 +25,7 @@ under the License. <version>0.11.0-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/bea44469/crunch-spark/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-spark/pom.xml b/crunch-spark/pom.xml index f12b1d8..dbe8169 100644 --- a/crunch-spark/pom.xml +++ b/crunch-spark/pom.xml @@ -25,7 +25,7 @@ under the License. <version>0.11.0-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/bea44469/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1ebf86d..990fe39 100644 --- a/pom.xml +++ b/pom.xml @@ -143,7 +143,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>
