From 259a7fd37b7f3f87b1a39e9725bb05bdbb95f9a3 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..da8e88e 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,12 @@ + + scm:git:https://77zzcx7.de/gitea/MK13/NoBullShit-cloud.git + scm:git:ssh://gitea@77zzcx7.de:6597/MK13/NoBullShit-cloud.git + 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 + +