From cac743571775754c8b9788c0c59d634af301643e Mon Sep 17 00:00:00 2001 From: Nicolas Chiaruttini Date: Thu, 3 Oct 2024 10:11:30 +0200 Subject: [PATCH] [maven-release-plugin] prepare release ijl-utilities-wrappers-0.10.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 2582a61..d3e72f8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ch.epfl.biop ijl-utilities-wrappers - 0.10.1-SNAPSHOT + 0.10.1 Wrappers for native shell task execution + ROIs and images conversion Wrappers for ImageJ: Elastix, Transformix, Ilastik (add next here). @@ -107,7 +107,7 @@ scm:git:https://github.com/BIOP/ijl-utilities-wrappers scm:git:git@github.com:BIOP/ijl-utilities-wrappers https://github.com/BIOP/ijl-utilities-wrappers - HEAD + ijl-utilities-wrappers-0.10.1 diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..08b09a9 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Thu Oct 03 10:11:31 CEST 2024 +completedPhase=end-release +exec.activateProfiles=deploy-to-scijava +exec.additionalArguments=-Dgpg.skip\=true +exec.pomFileName=pom.xml +exec.snapshotReleasePluginAllowed=false +pinExternals=false +preparationGoals=clean verify +project.dev.ch.epfl.biop\:ijl-utilities-wrappers=0.10.2-SNAPSHOT +project.rel.ch.epfl.biop\:ijl-utilities-wrappers=0.10.1 +project.scm.ch.epfl.biop\:ijl-utilities-wrappers.connection=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers +project.scm.ch.epfl.biop\:ijl-utilities-wrappers.developerConnection=scm\:git\:git@github.com\:BIOP/ijl-utilities-wrappers +project.scm.ch.epfl.biop\:ijl-utilities-wrappers.tag=HEAD +project.scm.ch.epfl.biop\:ijl-utilities-wrappers.url=https\://github.com/BIOP/ijl-utilities-wrappers +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +projectVersionPolicyId=default +pushChanges=false +releaseStrategyId=default +remoteTagging=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +scm.commentPrefix=[maven-release-plugin] +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +scm.tag=ijl-utilities-wrappers-0.10.1 +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.url=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers