Repository: karaf Updated Branches: refs/heads/karaf-2.x 34a9c0549 -> 061b5be24
[KARAF-3314] Upgrade to maven-dependency-plugin 2.9 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/061b5be2 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/061b5be2 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/061b5be2 Branch: refs/heads/karaf-2.x Commit: 061b5be240438bfcbe10ea4e058e1cc9d89c82b2 Parents: 34a9c05 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Oct 30 18:27:50 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Oct 30 18:27:50 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/061b5be2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index be91ff9..6c75810 100644 --- a/pom.xml +++ b/pom.xml @@ -1435,7 +1435,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> + <version>2.9</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId>
