diff --git a/pom.xml b/pom.xml
index 594d807..39839d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>no.ssb.dapla.dlp.pseudo</groupId>
   <artifactId>dapla-dlp-pseudo-core</artifactId>
-  <version>2.0.4</version>
+  <version>2.0.5-SNAPSHOT</version>
 
   <properties>
     <java.version>21</java.version>
@@ -45,7 +45,7 @@
   <scm>
     <developerConnection>scm:git:https://github.com/${github.repository}.git</developerConnection>
     <url>https://github.com/${github.repository}</url>
-    <tag>v2.0.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <repositories>