From 6aab70d6daf9d5ca614d90340827218f9c4d7434 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Sat, 17 Feb 2024 17:18:35 +0100 Subject: [PATCH] Use consistent versions of the maven-plugin-plugin --- build-parent/pom.xml | 1 - independent-projects/bootstrap/pom.xml | 2 -- independent-projects/extension-maven-plugin/pom.xml | 2 -- independent-projects/parent/pom.xml | 6 ++++++ 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 87efd36ad84ec..1dd6123b83c11 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -712,7 +712,6 @@ org.apache.maven.plugins maven-plugin-plugin - ${maven-plugin-plugin.version} true diff --git a/independent-projects/bootstrap/pom.xml b/independent-projects/bootstrap/pom.xml index 234df90e16837..46103dd40b18c 100644 --- a/independent-projects/bootstrap/pom.xml +++ b/independent-projects/bootstrap/pom.xml @@ -80,7 +80,6 @@ 0.1.3 2.23.0 1.9.0 - 3.8.1 bom @@ -198,7 +197,6 @@ org.apache.maven.plugins maven-plugin-plugin - ${maven-plugin-plugin.version} quarkus-bootstrap true diff --git a/independent-projects/extension-maven-plugin/pom.xml b/independent-projects/extension-maven-plugin/pom.xml index bf88d879a4012..f3279ba0bc590 100644 --- a/independent-projects/extension-maven-plugin/pom.xml +++ b/independent-projects/extension-maven-plugin/pom.xml @@ -41,7 +41,6 @@ 3.12.1 3.2.1 3.2.5 - 3.10.2 2.16.1 1.3.2 5.10.2 @@ -184,7 +183,6 @@ org.apache.maven.plugins maven-plugin-plugin - ${maven-plugin-plugin.version} quarkus-extension true diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 7aebd7d6a21b8..37e533108bff3 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -22,6 +22,7 @@ 3.2.0 3.12.1 3.1.1 + 3.11.0 3.3.0 3.1.0 2.23.0 @@ -284,6 +285,11 @@ maven-deploy-plugin ${version.deploy.plugin} + + org.apache.maven.plugins + maven-plugin-plugin + ${version.plugin.plugin} + org.apache.maven.plugins maven-shade-plugin