From b43200299cba9289ad0df1d78628a40ea51b34cb Mon Sep 17 00:00:00 2001 From: Stephan Saalfeld Date: Wed, 6 Mar 2024 14:49:57 -0500 Subject: [PATCH] [maven-release-plugin] prepare release n5-ij-4.1.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 8d714af4..4b268cb1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.janelia.saalfeldlab n5-ij - 4.1.1-SNAPSHOT + 4.1.1 N5 ImageJ Bindings ImageJ convenience layer for N5 @@ -62,7 +62,7 @@ scm:git:git://github.com/saalfeldlab/n5-ij scm:git:git@github.com:saalfeldlab/n5-ij - HEAD + n5-ij-4.1.1 https://github.com/saalfeldlab/n5-ij diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..15afa442 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Wed Mar 06 14:49:57 EST 2024 +projectVersionPolicyId=default +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +pinExternals=false +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +exec.activateProfiles=deploy-to-scijava +pushChanges=false +project.dev.org.janelia.saalfeldlab\:n5-ij=4.1.2-SNAPSHOT +project.scm.org.janelia.saalfeldlab\:n5-ij.url=https\://github.com/saalfeldlab/n5-ij +project.rel.org.janelia.saalfeldlab\:n5-ij=4.1.1 +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +remoteTagging=true +scm.commentPrefix=[maven-release-plugin] +releaseStrategyId=default +completedPhase=end-release +scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-ij +scm.developmentCommitComment=@{prefix} prepare for next development iteration +project.scm.org.janelia.saalfeldlab\:n5-ij.tag=HEAD +exec.additionalArguments=-Dgpg.skip\=true +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.tag=n5-ij-4.1.1 +project.scm.org.janelia.saalfeldlab\:n5-ij.connection=scm\:git\:git\://github.com/saalfeldlab/n5-ij +project.scm.org.janelia.saalfeldlab\:n5-ij.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5-ij +exec.snapshotReleasePluginAllowed=false +preparationGoals=clean verify +exec.pomFileName=pom.xml +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}