From 74a9f333f31e1d659f85f511fb5c6e1cc0ddb65c Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Tue, 16 Apr 2024 15:12:48 +0200 Subject: [PATCH] [maven-release-plugin] prepare release imagej-common-2.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 efdd2443..a1521f9b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ net.imagej imagej-common - 2.1.0-SNAPSHOT + 2.1.0 ImageJ Common This library contains ImageJ's core image data model, based on ImgLib2. It is the primary mechanism by which image data is managed internally by ImageJ2. This component also provides the corresponding core image display logic for user interfaces. @@ -125,7 +125,7 @@ scm:git:https://github.com/imagej/imagej-common scm:git:git@github.com:imagej/imagej-common - HEAD + imagej-common-2.1.0 https://github.com/imagej/imagej-common diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..877fdf40 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Tue Apr 16 08:12:48 CDT 2024 +scm.commentPrefix=[maven-release-plugin] +project.scm.net.imagej\:imagej-common.tag=HEAD +project.rel.net.imagej\:imagej-common=2.1.0 +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +project.dev.net.imagej\:imagej-common=2.1.1-SNAPSHOT +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=imagej-common-2.1.0 +project.scm.net.imagej\:imagej-common.url=https\://github.com/imagej/imagej-common +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +project.scm.net.imagej\:imagej-common.connection=scm\:git\:https\://github.com/imagej/imagej-common +projectVersionPolicyId=default +scm.url=scm\:git\:https\://github.com/imagej/imagej-common +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pinExternals=false +preparationGoals=clean verify +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +exec.activateProfiles=deploy-to-scijava +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +project.scm.net.imagej\:imagej-common.developerConnection=scm\:git\:git@github.com\:imagej/imagej-common +completedPhase=end-release