diff --git a/pom.xml b/pom.xml index a27fca71..97ea2a87 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.janelia.saalfeldlab n5-ij - 4.2.1-fix1-SNAPSHOT + 4.2.1-fix1 N5 ImageJ Bindings ImageJ convenience layer for N5 @@ -62,7 +62,7 @@ scm:git:git://github.com/saalfeldlab/n5-ij scm:git:git@github.com:saalfeldlab/n5-ij - HEAD + n5-ij-4.2.1-fix1 https://github.com/saalfeldlab/n5-ij diff --git a/release.properties b/release.properties new file mode 100644 index 00000000..713d343e --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Fri Dec 06 16:02:16 EST 2024 +scm.commentPrefix=[maven-release-plugin] +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +project.dev.org.janelia.saalfeldlab\:n5-ij=4.2.1-fix2-SNAPSHOT +project.scm.org.janelia.saalfeldlab\:n5-ij.tag=HEAD +project.scm.org.janelia.saalfeldlab\:n5-ij.connection=scm\:git\:git\://github.com/saalfeldlab/n5-ij +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=n5-ij-4.2.1-fix1 +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +project.rel.org.janelia.saalfeldlab\:n5-ij=4.2.1-fix1 +projectVersionPolicyId=default +project.scm.org.janelia.saalfeldlab\:n5-ij.url=https\://github.com/saalfeldlab/n5-ij +project.scm.org.janelia.saalfeldlab\:n5-ij.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5-ij +scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-ij +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 +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release