diff --git a/pom.xml b/pom.xml
index fc289ca..2c7b3bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
net.preibisch
BigStitcher
- 2.0.2-SNAPSHOT
+ 2.1.0
Big Stitcher
Multiview stitching of large datasets.
@@ -82,7 +82,7 @@
scm:git:https://github.com/PreibischLab/BigStitcher
scm:git:git@github.com:PreibischLab/BigStitcher
- HEAD
+ BigStitcher-2.1.0
https://github.com/PreibischLab/BigStitcher
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..0f5562b
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,28 @@
+#release configuration
+#Thu Oct 17 11:08:40 EDT 2024
+scm.commentPrefix=[maven-release-plugin]
+project.scm.net.preibisch\:BigStitcher.url=https\://github.com/PreibischLab/BigStitcher
+exec.pomFileName=pom.xml
+pushChanges=false
+releaseStrategyId=default
+project.scm.net.preibisch\:BigStitcher.developerConnection=scm\:git\:git@github.com\:PreibischLab/BigStitcher
+project.rel.net.preibisch\:BigStitcher=2.1.0
+projectVersionPolicyConfig=${projectVersionPolicyConfig}\n
+scm.tag=BigStitcher-2.1.0
+remoteTagging=true
+exec.additionalArguments=-Dgpg.skip\=true
+scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
+projectVersionPolicyId=default
+scm.url=scm\:git\:https\://github.com/PreibischLab/BigStitcher
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+pinExternals=false
+preparationGoals=clean verify
+project.scm.net.preibisch\:BigStitcher.connection=scm\:git\:https\://github.com/PreibischLab/BigStitcher
+scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
+exec.snapshotReleasePluginAllowed=false
+exec.activateProfiles=deploy-to-scijava
+project.scm.net.preibisch\:BigStitcher.tag=HEAD
+project.dev.net.preibisch\:BigStitcher=2.1.1-SNAPSHOT
+scm.developmentCommitComment=@{prefix} prepare for next development iteration
+scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
+completedPhase=end-release