diff --git a/pom.xml b/pom.xml
index 8d48180e115ddc5b6893d210e13dba0c4a3818b2..ea8ffedba7cc007be12f6c4f7822ecbba6e3e617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 	<groupId>org.gitlab4j</groupId>
 	<artifactId>gitlab4j-api</artifactId>
 	<packaging>jar</packaging>
-	<version>4.5.0</version>
+	<version>4.5.1-SNAPSHOT</version>
 	<name>GitLab API Java Client</name>
 	<description>GitLab API for Java (gitlab4j-api) provides a full featured Java API for working with GitLab repositories via the GitLab REST API</description>
 	<url>http://www.messners.com/#gitlab4j-api/gitlab4j-api.html</url>
@@ -51,7 +51,7 @@
 		<url>git@github.com:gmessner/gitlab4j-api.git</url>
 		<connection>scm:git:git@github.com:gmessner/gitlab4j-api.git</connection>
 		<developerConnection>scm:git:git@github.com:gmessner/gitlab4j-api.git</developerConnection>
-		<tag>gitlab4j-api-4.5.0</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<build>