diff --git a/pom.xml b/pom.xml
index 7e5a02a..022aa14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
sc.fiji
VIB_
- 4.0.0-SNAPSHOT
+ 4.0.0
VIB
VIB plugin for Fiji.
@@ -88,7 +88,7 @@
scm:git:https://github.com/fiji/VIB
scm:git:git@github.com:fiji/VIB
- HEAD
+ VIB_-4.0.0
https://github.com/fiji/VIB
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..7fafb7d
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,28 @@
+#release configuration
+#Fri Sep 27 20:14:50 CDT 2024
+project.dev.sc.fiji\:VIB_=4.0.1-SNAPSHOT
+scm.commentPrefix=[maven-release-plugin]
+exec.pomFileName=pom.xml
+pushChanges=false
+releaseStrategyId=default
+projectVersionPolicyConfig=${projectVersionPolicyConfig}\n
+scm.tag=VIB_-4.0.0
+remoteTagging=true
+exec.additionalArguments=-Dgpg.skip\=true
+scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
+projectVersionPolicyId=default
+scm.url=scm\:git\:https\://github.com/fiji/VIB
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+project.scm.sc.fiji\:VIB_.developerConnection=scm\:git\:git@github.com\:fiji/VIB
+pinExternals=false
+preparationGoals=clean verify
+project.scm.sc.fiji\:VIB_.tag=HEAD
+scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
+project.scm.sc.fiji\:VIB_.connection=scm\:git\:https\://github.com/fiji/VIB
+exec.snapshotReleasePluginAllowed=false
+exec.activateProfiles=deploy-to-scijava
+project.scm.sc.fiji\:VIB_.url=https\://github.com/fiji/VIB
+project.rel.sc.fiji\:VIB_=4.0.0
+scm.developmentCommitComment=@{prefix} prepare for next development iteration
+scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
+completedPhase=end-release