diff --git a/pom.xml b/pom.xml
index 419872336829487d6d0d9733d451a4f80e3347c4..f8499956484c33832c9a7664274c9b921c6cd94a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
-		http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0   http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
@@ -14,7 +11,7 @@
 
 	<groupId>ch.unibas.biozentrum.imcf</groupId>
 	<artifactId>NoiSee</artifactId>
-	<version>0.1.0-SNAPSHOT</version>
+	<version>0.1.0</version>
 
 	<name>NoiSee</name>
 	<description>An easy-to-use ImageJ macro for measuring SNR.</description>
@@ -73,7 +70,7 @@
 	<scm>
 		<connection>scm:git:git://github.com/imcf/noisee</connection>
 		<developerConnection>scm:git:git@github.com:imcf/noisee</developerConnection>
-		<tag>HEAD</tag>
+		<tag>NoiSee-0.1.0</tag>
 		<url>https://github.com/imcf/noisee</url>
 	</scm>
 	<issueManagement>
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000000000000000000000000000000000000..f4212b2e75970d8457ca5229a71cc3167d112b41
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,19 @@
+#release configuration
+#Mon Mar 26 16:29:05 CEST 2018
+project.scm.ch.unibas.biozentrum.imcf\:NoiSee.connection=scm\:git\:git\://github.com/imcf/noisee
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+scm.tag=NoiSee-0.1.0
+pushChanges=false
+scm.url=scm\:git\:git\://github.com/imcf/noisee
+preparationGoals=clean verify
+project.scm.ch.unibas.biozentrum.imcf\:NoiSee.developerConnection=scm\:git\:git@github.com\:imcf/noisee
+project.rel.ch.unibas.biozentrum.imcf\:NoiSee=0.1.0
+project.dev.ch.unibas.biozentrum.imcf\:NoiSee=0.1.1-SNAPSHOT
+project.scm.ch.unibas.biozentrum.imcf\:NoiSee.tag=HEAD
+remoteTagging=true
+projectVersionPolicyId=default
+scm.commentPrefix=[maven-release-plugin] 
+project.scm.ch.unibas.biozentrum.imcf\:NoiSee.url=https\://github.com/imcf/noisee
+exec.snapshotReleasePluginAllowed=false
+exec.additionalArguments=-Dgpg.skip\=true -Dgpg.skip\=true -P deploy-to-imagej
+completedPhase=end-release