From 042b5b212e4a4799aa03ed11d8cd2e7340c6e606 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter Date: Thu, 13 Feb 2025 17:35:58 +0100 Subject: [PATCH] [maven-release-plugin] prepare release python-imcflibs-1.5.0.a16 --- pom.xml | 4 ++-- release.properties | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 release.properties diff --git a/pom.xml b/pom.xml index 71e8518..bacf6c8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ch.unibas.biozentrum.imcf python-imcflibs - 1.5.0-SNAPSHOT + 1.5.0.a16 python-imcflibs @@ -127,7 +127,7 @@ scm:git:git://github.com/imcf/python-imcflibs scm:git:git@github.com:imcf/python-imcflibs - HEAD + python-imcflibs-1.5.0.a16 https://github.com/imcf/python-imcflibs diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..58eafc6 --- /dev/null +++ b/release.properties @@ -0,0 +1,27 @@ +#release configuration +#Thu Feb 13 17:35:58 CET 2025 +projectVersionPolicyId=default +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +pinExternals=false +project.rel.ch.unibas.biozentrum.imcf\:python-imcflibs=1.5.0.a16 +project.dev.ch.unibas.biozentrum.imcf\:python-imcflibs=1.5.1.a16-SNAPSHOT +exec.activateProfiles=deploy-to-scijava +pushChanges=false +project.scm.ch.unibas.biozentrum.imcf\:python-imcflibs.tag=HEAD +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +remoteTagging=true +scm.commentPrefix=[maven-release-plugin] +releaseStrategyId=default +project.scm.ch.unibas.biozentrum.imcf\:python-imcflibs.url=https\://github.com/imcf/python-imcflibs +completedPhase=end-release +scm.url=scm\:git\:https\://github.com/imcf/python-imcflibs +scm.developmentCommitComment=@{prefix} prepare for next development iteration +project.scm.ch.unibas.biozentrum.imcf\:python-imcflibs.developerConnection=scm\:git\:git@github.com\:imcf/python-imcflibs +exec.additionalArguments=-Dgpg.skip\=true -Dgpg.skip\=true +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.tag=python-imcflibs-1.5.0.a16 +exec.snapshotReleasePluginAllowed=false +project.scm.ch.unibas.biozentrum.imcf\:python-imcflibs.connection=scm\:git\:git\://github.com/imcf/python-imcflibs +preparationGoals=clean verify +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.pomFileName=pom.xml