Updated Branches: refs/heads/karaf-2.3.x 54125eb2b -> c3f5f4176
[KARAF-2718] Upgrade to maven-shade-plugin 2.2 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c3f5f417 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c3f5f417 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c3f5f417 Branch: refs/heads/karaf-2.3.x Commit: c3f5f417642cc658851cc304b64be015fd096352 Parents: 54125eb Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jan 22 18:36:09 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jan 22 18:36:09 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/c3f5f417/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b302f42..0a5bdff 100644 --- a/pom.xml +++ b/pom.xml @@ -1352,7 +1352,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>1.7</version> + <version>2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
