From 0680679c7620fd0ceb1cb8e48394ff07fc5c3682 Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez Date: Thu, 16 May 2024 16:04:07 +0200 Subject: [PATCH] [maven-release-plugin] prepare release mastodon-pasteur-1.0.0-beta-9 --- 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 e9f7cc9..19a3c62 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.mastodon mastodon-pasteur - 1.0.0-beta-9-SNAPSHOT + 1.0.0-beta-9 Mastodon Pasteur Plugins Mastodon plugins developed in the context of Pasteur users projects. @@ -81,7 +81,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-9 https://github.com/mastodon-sc/mastodon-pasteur diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..5d01367 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Thu May 16 16:04:07 CEST 2024 +scm.commentPrefix=[maven-release-plugin] +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=mastodon-pasteur-1.0.0-beta-9 +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +project.dev.org.mastodon\:mastodon-pasteur=1.0.0-beta-10-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-9 +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