From 5e8f08b42315f7cd9381a816bce8f700a2e49694 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 30 May 2024 13:57:14 +0200 Subject: [PATCH] back --- pom.xml | 2 +- pom.xml.next | 61 ++++++++++++++++++++++++++++++++++++++++++ pom.xml.releaseBackup | 62 +++++++++++++++++++++++++++++++++++++++++++ pom.xml.tag | 61 ++++++++++++++++++++++++++++++++++++++++++ release.properties | 7 +++-- 5 files changed, 190 insertions(+), 3 deletions(-) create mode 100644 pom.xml.next create mode 100644 pom.xml.releaseBackup create mode 100644 pom.xml.tag diff --git a/pom.xml b/pom.xml index 03d8801..8b8bd13 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.m724 wtapi - 1.0-SNAPSHOT + 0.1-SNAPSHOT 17 diff --git a/pom.xml.next b/pom.xml.next new file mode 100644 index 0000000..a98c787 --- /dev/null +++ b/pom.xml.next @@ -0,0 +1,61 @@ + + + 4.0.0 + + eu.m724 + wtapi + 1.1-SNAPSHOT + + + 17 + 17 + + + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + + + + com.google.code.gson + gson + 2.11.0 + + + junit + junit + 4.13.2 + test + + + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + + + + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + + + scm:git:https://git.724.rocks/Minecon724/wtapi.git + HEAD + + + \ No newline at end of file diff --git a/pom.xml.releaseBackup b/pom.xml.releaseBackup new file mode 100644 index 0000000..03d8801 --- /dev/null +++ b/pom.xml.releaseBackup @@ -0,0 +1,62 @@ + + + 4.0.0 + + eu.m724 + wtapi + 1.0-SNAPSHOT + + + 17 + 17 + + + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + + + + com.google.code.gson + gson + 2.11.0 + + + junit + junit + 4.13.2 + test + + + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + + + + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + + + scm:git:https://git.724.rocks/Minecon724/wtapi.git + + + \ No newline at end of file diff --git a/pom.xml.tag b/pom.xml.tag new file mode 100644 index 0000000..f79a65e --- /dev/null +++ b/pom.xml.tag @@ -0,0 +1,61 @@ + + + 4.0.0 + + eu.m724 + wtapi + 1.0 + + + 17 + 17 + + + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + + + + com.google.code.gson + gson + 2.11.0 + + + junit + junit + 4.13.2 + test + + + + + + + org.apache.maven.plugins + maven-release-plugin + 3.0.1 + + + + + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + 724rocks + https://git.724.rocks/api/packages/Minecon724/maven + + + + + scm:git:https://git.724.rocks/Minecon724/wtapi.git + wtapi-1.0 + + + \ No newline at end of file diff --git a/release.properties b/release.properties index 5e6aa36..668e4b1 100644 --- a/release.properties +++ b/release.properties @@ -1,10 +1,12 @@ #release configuration -#Thu May 30 13:53:21 CEST 2024 -completedPhase=check-poms +#Thu May 30 13:55:56 CEST 2024 +completedPhase=end-release exec.pomFileName=pom.xml exec.snapshotReleasePluginAllowed=false pinExternals=false preparationGoals=clean verify +project.dev.eu.m724\:wtapi=1.1-SNAPSHOT +project.rel.eu.m724\:wtapi=1.0 project.scm.eu.m724\:wtapi.developerConnection=scm\:git\:https\://git.724.rocks/Minecon724/wtapi.git project.scm.eu.m724\:wtapi.tag=HEAD projectVersionPolicyConfig=${projectVersionPolicyConfig}\n @@ -17,5 +19,6 @@ scm.commentPrefix=[maven-release-plugin] scm.developmentCommitComment=@{prefix} prepare for next development iteration scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +scm.tag=wtapi-1.0 scm.tagNameFormat=@{project.artifactId}-@{project.version} scm.url=scm\:git\:https\://git.724.rocks/Minecon724/wtapi.git