Repository: crunch Updated Branches: refs/heads/apache-crunch-0.8 48d8fe1af -> b12945f7c
CRUNCH-383 Correct crunch-scrunch artifact refs Reference the crunch-scrunch artifact by its full name, which now includes the Scala version. Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/b12945f7 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/b12945f7 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/b12945f7 Branch: refs/heads/apache-crunch-0.8 Commit: b12945f7c28b221abdfb8a3491e577536ee72148 Parents: 48d8fe1 Author: Gabriel Reid <[email protected]> Authored: Fri Apr 25 22:50:12 2014 +0200 Committer: Gabriel Reid <[email protected]> Committed: Sun Apr 27 16:24:06 2014 +0200 ---------------------------------------------------------------------- crunch-dist/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/b12945f7/crunch-dist/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-dist/pom.xml b/crunch-dist/pom.xml index 98e14b9..d86478d 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</artifactId> + <artifactId>crunch-scrunch_${scala.base.version}</artifactId> </dependency> <dependency> <groupId>org.apache.crunch</groupId> http://git-wip-us.apache.org/repos/asf/crunch/blob/b12945f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 30e9308..1dcceb3 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,7 @@ under the License. <dependency> <groupId>org.apache.crunch</groupId> - <artifactId>crunch-scrunch</artifactId> + <artifactId>crunch-scrunch_${scala.base.version}</artifactId> <version>${project.version}</version> </dependency>
