Updated Branches: refs/heads/master 70d0f8690 -> 8be2b93a3
[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/8be2b93a Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/8be2b93a Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/8be2b93a Branch: refs/heads/master Commit: 8be2b93a393af2d8929e549f1a632f44da087106 Parents: 70d0f86 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jan 22 19:18:05 2014 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jan 22 19:18:05 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/8be2b93a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63cbf2a..32af428 100644 --- a/pom.xml +++ b/pom.xml @@ -2036,7 +2036,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.apache.karaf.tooling</groupId>
