From 0c66f84ea38fa4dd86e09776c24dcf08cd3bac2f Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Wed, 16 Oct 2024 07:33:56 +0200 Subject: [PATCH] Configure maven-release-plugin (#47) --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index a16fee6..8f7e289 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,18 @@ true + + org.apache.maven.plugins + maven-release-plugin + 3.1.1 + + v@{project.version} + forked-path + false + ${arguments} -Psonatype-oss-release + + +