Update maven-war-plugin to 3.0.0
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/451e5c32 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/451e5c32 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/451e5c32 Branch: refs/heads/master Commit: 451e5c325bb70373753a8818d290ef23c3fa97e6 Parents: 4b3f6c9 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Aug 28 18:38:16 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun Aug 28 18:39:36 2016 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/451e5c32/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f2a92fe..1d88e82 100644 --- a/pom.xml +++ b/pom.xml @@ -983,7 +983,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> + <version>3.0.0</version> <configuration> <warName>${project.artifactId}</warName> </configuration>
