From 3ec0d5f614f1e8f355a870667a589ed6b11b1601 Mon Sep 17 00:00:00 2001 From: Jean-Yves TINEVEZ Date: Fri, 4 Nov 2022 16:03:35 +0100 Subject: [PATCH] [maven-release-plugin] prepare release mastodon-1.0.0-beta-26 --- pom.xml | 4 ++-- release.properties | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index f200bec0c..945504fad 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.mastodon mastodon - 1.0.0-beta-26-SNAPSHOT + 1.0.0-beta-26 Mastodon Mastodon – a large-scale tracking and track-editing framework for large, multi-view images. @@ -175,7 +175,7 @@ scm:git:https://github.com/mastodon-sc/mastodon scm:git:git@github.com:mastodon-sc/mastodon - HEAD + mastodon-1.0.0-beta-26 https://github.com/mastodon-sc/mastodon diff --git a/release.properties b/release.properties new file mode 100644 index 000000000..f78085325 --- /dev/null +++ b/release.properties @@ -0,0 +1,19 @@ +#release configuration +#Fri Nov 04 16:03:35 CET 2022 +project.scm.org.mastodon\:mastodon.tag=HEAD +project.scm.org.mastodon\:mastodon.url=https\://github.com/mastodon-sc/mastodon +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.tag=mastodon-1.0.0-beta-26 +project.scm.org.mastodon\:mastodon.connection=scm\:git\:https\://github.com/mastodon-sc/mastodon +pushChanges=false +scm.url=scm\:git\:https\://github.com/mastodon-sc/mastodon +preparationGoals=clean verify +project.rel.org.mastodon\:mastodon=1.0.0-beta-26 +remoteTagging=true +projectVersionPolicyId=default +scm.commentPrefix=[maven-release-plugin] +project.dev.org.mastodon\:mastodon=1.0.0-beta-27-SNAPSHOT +project.scm.org.mastodon\:mastodon.developerConnection=scm\:git\:git@github.com\:mastodon-sc/mastodon +exec.snapshotReleasePluginAllowed=false +exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava +completedPhase=end-release