Updated Branches: refs/heads/karaf-2.x 37f18fab7 -> 1a46c17f6
[KARAF-2722] Upgrade to maven-war-plugin 2.4 Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/1a46c17f Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/1a46c17f Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/1a46c17f Branch: refs/heads/karaf-2.x Commit: 1a46c17f677e9ab3d0beab9d9f42bcd4dde4d683 Parents: 37f18fa Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jan 22 19:19:34 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jan 22 19:19:34 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/1a46c17f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ac4436b..1d65ebd 100644 --- a/pom.xml +++ b/pom.xml @@ -1392,7 +1392,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.2</version> + <version>2.4</version> </plugin> <plugin> <groupId>org.eclipse.m2e</groupId>
