Repository: crunch Updated Branches: refs/heads/master f81b5c253 -> 58ab2fa67
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/58ab2fa6 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/58ab2fa6 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/58ab2fa6 Branch: refs/heads/master Commit: 58ab2fa674381520cf0e7b0bf65e2206b6b6a692 Parents: f81b5c2 Author: Gabriel Reid <[email protected]> Authored: Fri Apr 25 22:50:12 2014 +0200 Committer: Gabriel Reid <[email protected]> Committed: Sun Apr 27 16:22:12 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/58ab2fa6/crunch-dist/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-dist/pom.xml b/crunch-dist/pom.xml index 090e852..437bf93 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/58ab2fa6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 310026a..5e9516c 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,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>
