diff --git a/pom.xml b/pom.xml index 2927b14c..d05d1f67 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ net.preibisch multiview-reconstruction - 4.2.11-SNAPSHOT + 4.3.0 Multiview Reconstruction Software for the reconstruction of multi-view microscopic acquisitions @@ -81,7 +81,7 @@ like Selective Plane Illumination Microscopy (SPIM) Data. scm:git:https://github.com/PreibischLab/multiview-reconstruction scm:git:git@github.com:PreibischLab/multiview-reconstruction - HEAD + multiview-reconstruction-4.3.0 https://github.com/PreibischLab/multiview-reconstruction diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..7f1a702a --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Wed Nov 06 15:29:26 EST 2024 +scm.commentPrefix=[maven-release-plugin] +project.rel.net.preibisch\:multiview-reconstruction=4.3.0 +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +project.scm.net.preibisch\:multiview-reconstruction.developerConnection=scm\:git\:git@github.com\:PreibischLab/multiview-reconstruction +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=multiview-reconstruction-4.3.0 +remoteTagging=true +project.scm.net.preibisch\:multiview-reconstruction.connection=scm\:git\:https\://github.com/PreibischLab/multiview-reconstruction +exec.additionalArguments=-Dgpg.skip\=true +project.dev.net.preibisch\:multiview-reconstruction=4.3.1-SNAPSHOT +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +projectVersionPolicyId=default +scm.url=scm\:git\:https\://github.com/PreibischLab/multiview-reconstruction +scm.tagNameFormat=@{project.artifactId}-@{project.version} +project.scm.net.preibisch\:multiview-reconstruction.tag=HEAD +pinExternals=false +preparationGoals=clean verify +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +project.scm.net.preibisch\:multiview-reconstruction.url=https\://github.com/PreibischLab/multiview-reconstruction +exec.activateProfiles=deploy-to-scijava +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release