From 5d12f058de8a484213a3bf9e6cc104777ffd06d9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 16 Nov 2022 20:17:30 +0100 Subject: [PATCH] #1881 - Configure Maven Release Plugin. --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 316daab2..cac27e9f 100644 --- a/pom.xml +++ b/pom.xml @@ -845,6 +845,17 @@ 2.8.2 + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M6 + + sonatype + false + true + + +