From 819064a0a5faf4a61ea813a0f2f230d29a3760bb Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez Date: Fri, 1 Dec 2023 14:18:44 +0100 Subject: [PATCH] [maven-release-plugin] prepare release mastodon-pasteur-1.0.0-beta-7 --- pom.xml | 4 ++-- release.properties | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index 5c08b37..a6ef9af 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.mastodon mastodon-pasteur - 1.0.0-beta-7-SNAPSHOT + 1.0.0-beta-7 Mastodon Pasteur Plugins Mastodon plugins developed in the context of Pasteur users projects. @@ -82,7 +82,7 @@ scm:git:https:github.com/mastodon-sc/mastodon-pasteur scm:git:git@github.com:mastodon-sc/mastodon-pasteur - HEAD + mastodon-pasteur-1.0.0-beta-7 https://github.com/mastodon-sc/mastodon-pasteur diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..03f3aae --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Fri Dec 01 14:18:44 CET 2023 +scm.commentPrefix=[maven-release-plugin] +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=mastodon-pasteur-1.0.0-beta-7 +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +project.dev.org.mastodon\:mastodon-pasteur=1.0.0-beta-8-SNAPSHOT +projectVersionPolicyId=default +project.scm.org.mastodon\:mastodon-pasteur.developerConnection=scm\:git\:git@github.com\:mastodon-sc/mastodon-pasteur +scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon-pasteur +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pinExternals=false +project.scm.org.mastodon\:mastodon-pasteur.tag=HEAD +preparationGoals=clean verify +project.rel.org.mastodon\:mastodon-pasteur=1.0.0-beta-7 +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +exec.activateProfiles=deploy-to-scijava +project.scm.org.mastodon\:mastodon-pasteur.url=https\://github.com/mastodon-sc/mastodon-pasteur +project.scm.org.mastodon\:mastodon-pasteur.connection=scm\:git\:https\:github.com/mastodon-sc/mastodon-pasteur +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release