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/0aad0153 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/0aad0153 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/0aad0153 Branch: refs/heads/apache-crunch-0.10 Commit: 0aad01536ac5e7a0a38dbfc4f920217e152175a1 Parents: 2e28405 Author: Josh Wills <[email protected]> Authored: Mon Jun 2 17:46:24 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Mon Jun 2 17:51:19 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/0aad0153/crunch-dist/pom.xml ---------------------------------------------------------------------- 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 @@ 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/0aad0153/crunch-scrunch/pom.xml ---------------------------------------------------------------------- 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 @@ under the License. <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> http://git-wip-us.apache.org/repos/asf/crunch/blob/0aad0153/crunch-spark/pom.xml ---------------------------------------------------------------------- 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 @@ under the License. <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> http://git-wip-us.apache.org/repos/asf/crunch/blob/0aad0153/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da9bcc8..1d94f77 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>
