From 77e60b94a49db682b19d080275d979079e4a230f Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Sat, 4 Mar 2023 14:14:40 +0000 Subject: [PATCH] GH-369: Enforce exact Maven version is used for builds --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 58b6bc36f..ca35f0668 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,7 @@ 3.2.1 3.11.0 3.1.0 + 3.2.1 3.0.0-M9 3.1.0 3.3.0 @@ -574,6 +575,23 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + ${maven-enforcer-plugin.version} + + + + + 3.9.0 + + + + + com.mycila