diff --git a/pom.xml b/pom.xml
index 19671b9..64a4d82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
org.janelia.saalfeldlab
n5-universe
- 2.0.1-SNAPSHOT
+ 2.0.1
N5-Universe
Utilities spanning all of the N5 repositories
@@ -89,7 +89,7 @@
scm:git:git://github.com/saalfeldlab/n5-universe
scm:git:git@github.com:saalfeldlab/n5-universe
- HEAD
+ n5-universe-2.0.1
https://github.com/saalfeldlab/n5-universe
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..9250d14
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,28 @@
+#release configuration
+#Mon Dec 16 14:41:05 EST 2024
+scm.commentPrefix=[maven-release-plugin]
+exec.pomFileName=pom.xml
+pushChanges=false
+releaseStrategyId=default
+projectVersionPolicyConfig=${projectVersionPolicyConfig}\n
+scm.tag=n5-universe-2.0.1
+remoteTagging=true
+project.scm.org.janelia.saalfeldlab\:n5-universe.connection=scm\:git\:git\://github.com/saalfeldlab/n5-universe
+exec.additionalArguments=-Dgpg.skip\=true
+scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
+project.rel.org.janelia.saalfeldlab\:n5-universe=2.0.1
+projectVersionPolicyId=default
+project.scm.org.janelia.saalfeldlab\:n5-universe.tag=HEAD
+scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-universe
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+pinExternals=false
+preparationGoals=clean verify
+project.scm.org.janelia.saalfeldlab\:n5-universe.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5-universe
+project.scm.org.janelia.saalfeldlab\:n5-universe.url=https\://github.com/saalfeldlab/n5-universe
+scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
+project.dev.org.janelia.saalfeldlab\:n5-universe=2.0.2-SNAPSHOT
+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