Updated Branches: refs/heads/master 890e0086a -> 77327bef8
CRUNCH-196: Fix archetype. Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/77327bef Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/77327bef Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/77327bef Branch: refs/heads/master Commit: 77327bef83384a91fac39c415bbc1416bd424b62 Parents: 890e008 Author: Matthias Friedrich <[email protected]> Authored: Wed Apr 24 18:21:54 2013 +0200 Committer: Matthias Friedrich <[email protected]> Committed: Wed Apr 24 18:21:54 2013 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/77327bef/crunch-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-archetype/src/main/resources/archetype-resources/pom.xml b/crunch-archetype/src/main/resources/archetype-resources/pom.xml index 4b3f25b..0bec23a 100644 --- a/crunch-archetype/src/main/resources/archetype-resources/pom.xml +++ b/crunch-archetype/src/main/resources/archetype-resources/pom.xml @@ -42,7 +42,7 @@ giving your libraries precedence. --> <dependency> <groupId>org.apache.crunch</groupId> - <artifactId>crunch</artifactId> + <artifactId>crunch-core</artifactId> <version>${project.version}</version> </dependency> <dependency>
