From 0a4d6b3a1d40335415340e753ee48ccbff8ac32c Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 20 Aug 2015 16:13:14 -0400 Subject: [PATCH] Enforce supported Maven versions Our builds are currently not compatible with Maven versions < 3.1.0 and >= 3.3.0. This commit will enforce Maven 3 versions that our builds are known to be compatible with. We will consider these our supported Maven versions. Closes #13022 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index d82b7cab6f9..636ad1fd844 100644 --- a/pom.xml +++ b/pom.xml @@ -542,6 +542,19 @@ + + enforce-maven-version + + enforce + + + + + [3.1.0,3.3.0) + + + + print-versions validate