Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 76ce05ae3 -> 88a2b0b70
[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/88a2b0b7 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/88a2b0b7 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/88a2b0b7 Branch: refs/heads/karaf-3.0.x Commit: 88a2b0b706d52cbd117bd0fe711f239c8d201a99 Parents: 76ce05a Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Oct 30 12:09:44 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Oct 30 12:09:44 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/88a2b0b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2c5bec0..fa30649 100644 --- a/pom.xml +++ b/pom.xml @@ -1968,7 +1968,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>
