From e723c1043bed203009c383b3b54694cbf5fdc44e Mon Sep 17 00:00:00 2001 From: Stephan Preibisch Date: Tue, 1 Oct 2024 10:12:06 -0400 Subject: [PATCH] [maven-release-plugin] prepare release BigStitcher-2.0.1 --- 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 c8bcd5d..32662c0 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ net.preibisch BigStitcher - 2.0.1-SNAPSHOT + 2.0.1 Big Stitcher Multiview stitching of large datasets. @@ -82,7 +82,7 @@ scm:git:https://github.com/PreibischLab/BigStitcher scm:git:git@github.com:PreibischLab/BigStitcher - HEAD + BigStitcher-2.0.1 https://github.com/PreibischLab/BigStitcher diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..0a119ce --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Tue Oct 01 10:12:06 EDT 2024 +scm.commentPrefix=[maven-release-plugin] +project.scm.net.preibisch\:BigStitcher.url=https\://github.com/PreibischLab/BigStitcher +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +project.scm.net.preibisch\:BigStitcher.developerConnection=scm\:git\:git@github.com\:PreibischLab/BigStitcher +project.rel.net.preibisch\:BigStitcher=2.0.1 +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=BigStitcher-2.0.1 +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +projectVersionPolicyId=default +scm.url=scm\:git\:https\://github.com/PreibischLab/BigStitcher +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pinExternals=false +preparationGoals=clean verify +project.scm.net.preibisch\:BigStitcher.connection=scm\:git\:https\://github.com/PreibischLab/BigStitcher +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +exec.activateProfiles=deploy-to-scijava +project.scm.net.preibisch\:BigStitcher.tag=HEAD +project.dev.net.preibisch\:BigStitcher=2.0.2-SNAPSHOT +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release