From cd304be8fe2b55b1411128f7946d0dbb736d366b Mon Sep 17 00:00:00 2001 From: Nicolas Chiaruttini Date: Mon, 22 Jul 2024 17:00:30 +0200 Subject: [PATCH] [maven-release-plugin] prepare release bigdataviewer-playground-0.10.3 --- 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 1aca254b..ab997ea7 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ sc.fiji bigdataviewer-playground - 0.10.3-SNAPSHOT + 0.10.3 bigdataviewer-playground BigDataViewer Actions and GUI @@ -92,7 +92,7 @@ scm:git:git://github.com/bigdataviewer/bigdataviewer-playground scm:git:git@github.com:bigdataviewer/bigdataviewer-playground https://github.com/bigdataviewer/bigdataviewer-playground - HEAD + bigdataviewer-playground-0.10.3 diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..6007abb4 --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Mon Jul 22 17:00: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.sc.fiji\:bigdataviewer-playground=0.10.4-SNAPSHOT +project.rel.sc.fiji\:bigdataviewer-playground=0.10.3 +project.scm.sc.fiji\:bigdataviewer-playground.connection=scm\:git\:git\://github.com/bigdataviewer/bigdataviewer-playground +project.scm.sc.fiji\:bigdataviewer-playground.developerConnection=scm\:git\:git@github.com\:bigdataviewer/bigdataviewer-playground +project.scm.sc.fiji\:bigdataviewer-playground.tag=HEAD +project.scm.sc.fiji\:bigdataviewer-playground.url=https\://github.com/bigdataviewer/bigdataviewer-playground +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=bigdataviewer-playground-0.10.3 +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.url=scm\:git\:https\://github.com/bigdataviewer/bigdataviewer-playground