From 1b2c1cf3d72706b87d07a304843e7c748eeb4970 Mon Sep 17 00:00:00 2001 From: Michael Edgar Date: Tue, 2 Jul 2024 14:15:45 -0400 Subject: [PATCH] Move maven-release-plugin to top-level POM Signed-off-by: Michael Edgar --- api/pom.xml | 14 -------------- pom.xml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 9bd31a231..d572b08a4 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -453,20 +453,6 @@ - - org.apache.maven.plugins - maven-release-plugin - - true - @{project.version} - verify - false - true - false - -DskipTests -DskipITs -Dmaven.deploy.skip=true ${release.arguments} - true - - diff --git a/pom.xml b/pom.xml index 98ad8abab..bb9743b44 100644 --- a/pom.xml +++ b/pom.xml @@ -120,5 +120,21 @@ + + + org.apache.maven.plugins + maven-release-plugin + + true + @{project.version} + verify + false + true + false + -DskipTests -DskipITs -Dmaven.deploy.skip=true ${release.arguments} + true + + + \ No newline at end of file