diff --git a/pom.xml b/pom.xml index d677eef..13e0f66 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.janelia.saalfeldlab n5 - 3.2.1-SNAPSHOT + 3.3.0 N5 Not HDF5 @@ -123,7 +123,7 @@ scm:git:git://github.com/saalfeldlab/n5 scm:git:git@github.com:saalfeldlab/n5 - HEAD + n5-3.3.0 https://github.com/saalfeldlab/n5 diff --git a/release.properties b/release.properties new file mode 100644 index 0000000..69944cd --- /dev/null +++ b/release.properties @@ -0,0 +1,28 @@ +#release configuration +#Tue Jul 16 10:10:32 EDT 2024 +scm.commentPrefix=[maven-release-plugin] +exec.pomFileName=pom.xml +pushChanges=false +releaseStrategyId=default +project.scm.org.janelia.saalfeldlab\:n5.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5 +projectVersionPolicyConfig=${projectVersionPolicyConfig}\n +scm.tag=n5-3.3.0 +project.rel.org.janelia.saalfeldlab\:n5=3.3.0 +remoteTagging=true +exec.additionalArguments=-Dgpg.skip\=true +project.scm.org.janelia.saalfeldlab\:n5.tag=HEAD +scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} +projectVersionPolicyId=default +scm.url=scm\:git\:https\://github.com/saalfeldlab/n5 +scm.tagNameFormat=@{project.artifactId}-@{project.version} +pinExternals=false +project.scm.org.janelia.saalfeldlab\:n5.url=https\://github.com/saalfeldlab/n5 +preparationGoals=clean verify +scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} +exec.snapshotReleasePluginAllowed=false +project.scm.org.janelia.saalfeldlab\:n5.connection=scm\:git\:git\://github.com/saalfeldlab/n5 +exec.activateProfiles=deploy-to-scijava +scm.developmentCommitComment=@{prefix} prepare for next development iteration +scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} +completedPhase=end-release +project.dev.org.janelia.saalfeldlab\:n5=3.3.1-SNAPSHOT