diff --git a/core/pom.xml b/core/pom.xml
index f682618a03..136cbad02f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>de.mirkosertic.bytecoder</groupId>
         <artifactId>bytecoder-parent</artifactId>
-        <version>2018-01-01-SNAPSHOT</version>
+        <version>2018-01-01</version>
     </parent>
 
     <artifactId>bytecoder-core</artifactId>
diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml
index 668effaff2..be9c908770 100644
--- a/integrationtest/pom.xml
+++ b/integrationtest/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>de.mirkosertic.bytecoder</groupId>
         <artifactId>bytecoder-parent</artifactId>
-        <version>2018-01-01-SNAPSHOT</version>
+        <version>2018-01-01</version>
     </parent>
 
     <artifactId>bytecoder-integrationtest</artifactId>
diff --git a/maven/pom.xml b/maven/pom.xml
index ea43ab02ce..d35b657228 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>de.mirkosertic.bytecoder</groupId>
         <artifactId>bytecoder-parent</artifactId>
-        <version>2018-01-01-SNAPSHOT</version>
+        <version>2018-01-01</version>
     </parent>
 
     <artifactId>bytecoder-mavenplugin</artifactId>
diff --git a/pom.xml b/pom.xml
index fd95c81568..ed4fd9d95b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>de.mirkosertic.bytecoder</groupId>
     <artifactId>bytecoder-parent</artifactId>
-    <version>2018-01-01-SNAPSHOT</version>
+    <version>2018-01-01</version>
     <packaging>pom</packaging>
     <name>Bytecoder Parent POM</name>
     <description>Parent POM for Bytecoder</description>
@@ -36,7 +36,7 @@
         <url>https://github.com/mirkosertic/Bytecoder</url>
         <connection>scm:git:https://github.com/mirkosertic/Bytecoder.git</connection>
         <developerConnection>scm:git:https://github.com/mirkosertic/Bytecoder.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>2018-01-01</tag>
     </scm>
 
     <modules>