diff --git a/pom.xml b/pom.xml index ae920f5..860c41a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ch.epfl.biop ijl-utilities-wrappers - 0.10.6-SNAPSHOT + 0.10.6 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.6 diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..2d68f77 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Tue Dec 10 15:29:11 CET 2024 +scm.commentPrefix=[maven-release-plugin] +project.scm.ch.epfl.biop\:ijl-utilities-wrappers.tag=HEAD +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +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.connection=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=ijl-utilities-wrappers-0.10.6 +project.scm.ch.epfl.biop\:ijl-utilities-wrappers.url=https\://github.com/BIOP/ijl-utilities-wrappers +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +projectVersionPolicyId=default +scm.url=scm\:git\:https\://github.com/BIOP/ijl-utilities-wrappers +scm.tagNameFormat=@{project.artifactId}-@{project.version} +project.dev.ch.epfl.biop\:ijl-utilities-wrappers=0.10.7-SNAPSHOT +pinExternals=false +preparationGoals=clean verify +project.rel.ch.epfl.biop\:ijl-utilities-wrappers=0.10.6 +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} +completedPhase=end-release