From a1fc1556080ab74e9f1c2309cbb1e6b4e89c2462 Mon Sep 17 00:00:00 2001 From: MK13 Date: Sat, 7 May 2022 14:49:12 +0200 Subject: [PATCH] #15 Make releasing easier Add SCM connection and release plugin --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index d333345..47e624d 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,12 @@ + + scm:git:https://77zzcx7.de/gitea/MK13/NoBullShit-cloud.git + ***REMOVED*** + https://77zzcx7.de/gitea/MK13/NoBullShit-cloud + + @@ -166,6 +172,15 @@ + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M5 + + v@{project.version} + true + +