From 82ff554deb2edd06741cd9f9e852434ce4bce8ac Mon Sep 17 00:00:00 2001 From: Reldeam Date: Thu, 27 Jan 2022 11:30:41 +1100 Subject: [PATCH] Set distribution management and scm --- pom.xml | 19 ++++++++++++++----- release.properties | 11 +++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index b9df919..a3b8e96 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,20 @@ CustomVillagerTrades http://maven.apache.org + + + github-repository + https://github.com/Reldeam/CustomVillagerTrades/ + + + + + https://github.com/Reldeam/CustomVillagerTrades/ + scm:git:https://github.com/Reldeam/CustomVillagerTrades + scm:git:https://github.com/Reldeam/CustomVillagerTrades + HEAD + + 11 11 @@ -35,11 +49,6 @@ jar provided - - org.yaml - snakeyaml - 1.30 - diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..8a64332 --- /dev/null +++ b/release.properties @@ -0,0 +1,11 @@ +#release configuration +#Thu Jan 27 11:30:10 AEDT 2022 +projectVersionPolicyId=default +scm.tagNameFormat=@{project.artifactId}-@{project.version} +remoteTagging=true +scm.commentPrefix=[maven-release-plugin] +pushChanges=true +completedPhase=check-poms +scm.url=scm\:git\:https\://github.com/Reldeam/CustomVillagerTrades +exec.snapshotReleasePluginAllowed=false +preparationGoals=clean verify