diff --git a/pom.xml b/pom.xml index 21ba051f..aca857ea 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ sc.fiji bigdataviewer-playground - 0.10.6-SNAPSHOT + 0.10.6 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.6 diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..54859f0d --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Sun Oct 06 15:18:24 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.7-SNAPSHOT +project.rel.sc.fiji\:bigdataviewer-playground=0.10.6 +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.6 +scm.tagNameFormat=@{project.artifactId}-@{project.version} +scm.url=scm\:git\:https\://github.com/bigdataviewer/bigdataviewer-playground