diff --git a/pom.xml b/pom.xml
index abe949e88cd404e1863944ba7196d8a2c2670e23..a32c37fec9bc2b4f568027937002a3bc8b166ec9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 	<groupId>org.gitlab4j</groupId>
 	<artifactId>gitlab4j-api</artifactId>
 	<packaging>jar</packaging>
-	<version>4.7.0-SNAPSHOT</version>
+	<version>4.7.0</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>HEAD</tag>
+		<tag>gitlab4j-api-4.7.0</tag>
 	</scm>
 
 	<build>