From 751e113f3e5a15280c436cd19c86150bc57b5952 Mon Sep 17 00:00:00 2001 From: Jean-Yves Tinevez Date: Fri, 27 Oct 2023 16:47:40 +0200 Subject: [PATCH] [maven-release-plugin] prepare release TrackMate-Ilastik-1.4.0 --- 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 37f11ae..ad979ec 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ sc.fiji TrackMate-Ilastik - 1.4.0-SNAPSHOT + 1.4.0 TrackMate-Ilastik TrackMate detector based on Ilastik. @@ -63,7 +63,7 @@ scm:git:https://github.com/trackmate-sc/TrackMate-Ilastik scm:git:git@github.com:trackmate-sc/TrackMate-Ilastik - HEAD + TrackMate-Ilastik-1.4.0 https://github.com/trackmate-sc/TrackMate-Ilastik diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..38e8711 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Fri Oct 27 16:47:40 CEST 2023 +project.scm.sc.fiji\:TrackMate-Ilastik.tag=HEAD +scm.commentPrefix=[maven-release-plugin] +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +project.scm.sc.fiji\:TrackMate-Ilastik.developerConnection=scm\:git\:git@github.com\:trackmate-sc/TrackMate-Ilastik +project.scm.sc.fiji\:TrackMate-Ilastik.url=https\://github.com/trackmate-sc/TrackMate-Ilastik +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=TrackMate-Ilastik-1.4.0 +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +project.dev.sc.fiji\:TrackMate-Ilastik=1.4.1-SNAPSHOT +projectVersionPolicyId=default +project.scm.sc.fiji\:TrackMate-Ilastik.connection=scm\:git\:https\://github.com/trackmate-sc/TrackMate-Ilastik +scm.url=scm\:git\:https\://github.com/trackmate-sc/TrackMate-Ilastik +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pinExternals=false +preparationGoals=clean verify +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +exec.activateProfiles=deploy-to-scijava +project.rel.sc.fiji\:TrackMate-Ilastik=1.4.0 +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release