From 0a2dd7fc9495cc0afd4bfef10c7fd8814d541bdb Mon Sep 17 00:00:00 2001 From: kwall Date: Thu, 14 Mar 2024 17:09:18 +0000 Subject: [PATCH] Pull-up dependency-management of maven-deploy-plugin to the BOM so that the version of the plugin used to deploy the BOM is the same as that used to deploy the remainder of the project. Signed-off-by: kwall --- parent/pom.xml | 7 ------- pom.xml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 77a57bd18..1644286bf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -46,7 +46,6 @@ 3.0.0-M7 3.6.3 3.2.1 - 3.0.0-M1 3.2.0 3.1.1 5.1.9 @@ -120,12 +119,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - diff --git a/pom.xml b/pom.xml index a96d8abb4..9853a00b9 100755 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,9 @@ scm:git:https://github.com/qos-ch/slf4j.git + + 3.0.0-M1 + @@ -146,6 +149,18 @@ + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + + + + org.apache.maven.plugins