Repository: karaf Updated Branches: refs/heads/karaf-2.x 8eb5d4672 -> 913c70a20
[KARAF-3312] Upgrade to maven-assembly-plugin 2.4.1 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/913c70a2 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/913c70a2 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/913c70a2 Branch: refs/heads/karaf-2.x Commit: 913c70a20d7008cb441756ee47ee2f853a2b9989 Parents: 8eb5d46 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Oct 30 08:30:48 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Oct 30 08:30:48 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/913c70a2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e2fa976..5a0d5a1 100644 --- a/pom.xml +++ b/pom.xml @@ -1420,7 +1420,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> + <version>2.4.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
