Repository: crunch Updated Branches: refs/heads/master d39923de3 -> d4917a217
CRUNCH-364: Fix failure on mvn dependency:tree Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/e03cd2b9 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/e03cd2b9 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/e03cd2b9 Branch: refs/heads/master Commit: e03cd2b9ca5d779310be529f0f0023380f0f6cc2 Parents: eac45b0 Author: Chao Shi <[email protected]> Authored: Wed Mar 12 23:42:35 2014 +0800 Committer: Chao Shi <[email protected]> Committed: Wed Mar 12 23:45:00 2014 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/e03cd2b9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8812f5e..c260016 100644 --- a/pom.xml +++ b/pom.xml @@ -657,7 +657,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.5.1</version> + <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
