From 4e814f16091aba8ab8e60b9a984d2448ac33ce66 Mon Sep 17 00:00:00 2001 From: Tillerino Date: Tue, 20 Jun 2023 17:33:32 +0200 Subject: [PATCH] Enforce explicit plugin versions --- pom.xml | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 9905ef60df6..382d0d7322b 100644 --- a/pom.xml +++ b/pom.xml @@ -96,26 +96,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M2 - - - enforce-versions - validate - - enforce - - - - - [3.5.9,) - - - [1.8,) - - - - - + 3.3.0 @@ -159,6 +140,18 @@ + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + org.apache.maven.plugins maven-antrun-plugin @@ -268,7 +261,6 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M2 enforce-versions @@ -279,11 +271,12 @@ - [3.1.1,) + [3.5.9,) [1.8,) +