From a7a0013bbde868140a85462dfdb68095c49895ce Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de>
Date: Fri, 17 Oct 2014 14:56:47 +0200
Subject: [PATCH] Snapshot deployment works, see #52 Release needs further
 tests

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d1776f9..2a2d1be2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
 				<configuration>
 					<serverId>ossrh</serverId>
 					<nexusUrl>https://oss.sonatype.org/</nexusUrl>
-					<autoReleaseAfterClose>true</autoReleaseAfterClose>
+					<autoReleaseAfterClose>false</autoReleaseAfterClose>
 				</configuration>
 			</plugin>
 
-- 
GitLab