diff --git a/pom.xml b/pom.xml
index e513d01c..0d9fb869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
   <groupId>net.revelc.code.formatter</groupId>
   <artifactId>formatter-maven-plugin</artifactId>
-  <version>2.24.0</version>
+  <version>2.24.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>formatter-maven-plugin</name>
   <description>Maven plugin for formatting source code</description>
@@ -59,7 +59,7 @@
     <maven>3.6.3</maven>
   </prerequisites>
   <scm>
-    <tag>formatter-maven-plugin-2.24.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <properties>
     <formatter.configFile>${project.basedir}/src/main/resources/formatter-maven-plugin/eclipse/java.xml</formatter.configFile>