Require Maven 3.3.9 as the minimum
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2fc76111 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2fc76111 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2fc76111 Branch: refs/heads/wicket-6.x Commit: 2fc761111eaaf88cc6aba94bf8dac99a7301dcf3 Parents: a7bf88d Author: Martijn Dashorst <[email protected]> Authored: Mon Apr 25 11:52:17 2016 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Mon Apr 25 11:52:17 2016 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/2fc76111/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1340f99..9aa563e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,9 @@ limitations under the License. --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <prerequisites> + <maven>3.3.9</maven> + </prerequisites> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId>
