diff --git a/pom.xml b/pom.xml
index c637cf9ff71126942613a361ce29215518721988..ac2ceda03c3702c1d062a8dc19fe28400496a099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 	<groupId>org.gitlab4j</groupId>
 	<artifactId>gitlab4j-api</artifactId>
 	<packaging>jar</packaging>
-	<version>4.9.1</version>
+	<version>4.9.2-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>https://github.com/gmessner/gitlab4j-api</url>
@@ -55,7 +55,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.9.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 
 	<build>