diff --git a/pom.xml b/pom.xml index ff56d56..79b2560 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ch.fmi fmi-ij2-plugins - 0.9.0-SNAPSHOT + 0.9.0 ImageJ2 plugins for use in ImageJ and KNIME A collection of plugins developed at the FMI Basel. @@ -62,7 +62,7 @@ scm:git:git://github.com/fmi-faim/fmi-ij2-plugins scm:git:git@github.com:fmi-faim/fmi-ij2-plugins - HEAD + fmi-ij2-plugins-0.9.0 https://github.com/fmi-faim/fmi-ij2-plugins diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..e061589 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Thu May 02 11:25:40 CEST 2024 +scm.commentPrefix=[maven-release-plugin] +project.scm.ch.fmi\:fmi-ij2-plugins.url=https\://github.com/fmi-faim/fmi-ij2-plugins +project.dev.ch.fmi\:fmi-ij2-plugins=0.9.1-SNAPSHOT +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=fmi-ij2-plugins-0.9.0 +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +projectVersionPolicyId=default +scm.url=scm\:git\:https\://github.com/fmi-faim/fmi-ij2-plugins +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pinExternals=false +preparationGoals=clean verify +project.rel.ch.fmi\:fmi-ij2-plugins=0.9.0 +project.scm.ch.fmi\:fmi-ij2-plugins.connection=scm\:git\:git\://github.com/fmi-faim/fmi-ij2-plugins +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +exec.activateProfiles=deploy-to-scijava +project.scm.ch.fmi\:fmi-ij2-plugins.tag=HEAD +project.scm.ch.fmi\:fmi-ij2-plugins.developerConnection=scm\:git\:git@github.com\:fmi-faim/fmi-ij2-plugins +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release