From e4a92b537132b4e91fd47b428439973517309e93 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Tue, 27 Aug 2024 12:46:19 -0500 Subject: [PATCH] [maven-release-plugin] prepare release Colocalisation_Analysis-3.1.0 --- 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 c60ff68..5db6eae 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ sc.fiji Colocalisation_Analysis - 3.1.0-SNAPSHOT + 3.1.0 Coloc 2 Fiji's plugin for colocalization analysis. @@ -109,7 +109,7 @@ scm:git:https://github.com/fiji/Colocalisation_Analysis scm:git:git@github.com:fiji/Colocalisation_Analysis - HEAD + Colocalisation_Analysis-3.1.0 https://github.com/fiji/Colocalisation_Analysis diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..7373859 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Tue Aug 27 12:46:19 CDT 2024 +scm.commentPrefix=[maven-release-plugin] +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=Colocalisation_Analysis-3.1.0 +project.dev.sc.fiji\:Colocalisation_Analysis=3.1.1-SNAPSHOT +remoteTagging=true +project.scm.sc.fiji\:Colocalisation_Analysis.tag=HEAD +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +projectVersionPolicyId=default +scm.url=scm\:git\:https\://github.com/fiji/Colocalisation_Analysis +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pinExternals=false +project.scm.sc.fiji\:Colocalisation_Analysis.url=https\://github.com/fiji/Colocalisation_Analysis +preparationGoals=clean verify +project.scm.sc.fiji\:Colocalisation_Analysis.developerConnection=scm\:git\:git@github.com\:fiji/Colocalisation_Analysis +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +project.scm.sc.fiji\:Colocalisation_Analysis.connection=scm\:git\:https\://github.com/fiji/Colocalisation_Analysis +exec.activateProfiles=deploy-to-scijava +project.rel.sc.fiji\:Colocalisation_Analysis=3.1.0 +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release