diff --git a/pom.xml b/pom.xml
index ebdf26a..54d302a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
fr.pasteur.iah
dendritedynamicstracker
- 0.4.1-SNAPSHOT
+ 0.5.0
Dendrite Dynamics Tracker
A Fiji plugin to track the dynamics of dendrites in 2D time-lapse movies.
@@ -62,7 +62,7 @@
scm:git:git://github.com/tinevez/DendriteDynamicsTracker
scm:git:git@github.com:tinevez/DendriteDynamicsTracker
- HEAD
+ dendritedynamicstracker-0.5.0
https://github.com/tinevez/DendriteDynamicsTracker
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..a3b608d
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,19 @@
+#release configuration
+#Wed Apr 29 00:13:42 CEST 2020
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+project.scm.fr.pasteur.iah\:dendritedynamicstracker.connection=scm\:git\:git\://github.com/tinevez/DendriteDynamicsTracker
+scm.tag=dendritedynamicstracker-0.5.0
+project.scm.fr.pasteur.iah\:dendritedynamicstracker.developerConnection=scm\:git\:git@github.com\:tinevez/DendriteDynamicsTracker
+pushChanges=false
+scm.url=scm\:git\:git\://github.com/tinevez/DendriteDynamicsTracker
+preparationGoals=clean verify
+project.scm.fr.pasteur.iah\:dendritedynamicstracker.tag=HEAD
+project.scm.fr.pasteur.iah\:dendritedynamicstracker.url=https\://github.com/tinevez/DendriteDynamicsTracker
+project.dev.fr.pasteur.iah\:dendritedynamicstracker=0.5.1-SNAPSHOT
+remoteTagging=true
+projectVersionPolicyId=default
+scm.commentPrefix=[maven-release-plugin]
+project.rel.fr.pasteur.iah\:dendritedynamicstracker=0.5.0
+exec.snapshotReleasePluginAllowed=false
+exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
+completedPhase=end-release