diff --git a/pom.xml b/pom.xml
index 57a9e3533eaf897249b74485909b4d21ac40be39..d7ce7bbc14eec08fc05d27fbc6ab748e805ffb44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 	<groupId>org.gitlab4j</groupId>
 	<artifactId>gitlab4j-api</artifactId>
 	<packaging>jar</packaging>
-	<version>4.12.7</version>
+	<version>4.12.8-SNAPSHOT</version>
 	<name>GitLab4J-API - GitLab API Java Client</name>
 	<description>GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API.</description>
 	<url>https://github.com/gitlab4j/gitlab4j-api</url>
@@ -67,7 +67,7 @@
 		<url>git@github.com:gitlab4j/gitlab4j-api.git</url>
 		<connection>scm:git:git@github.com:gitlab4j/gitlab4j-api.git</connection>
 		<developerConnection>scm:git:git@github.com:gitlab4j/gitlab4j-api.git</developerConnection>
-		<tag>gitlab4j-api-4.12.7</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<build>