diff --git a/api-tests/pom.xml b/api-tests/pom.xml
index 747f8e7fb..7a8e868c8 100644
--- a/api-tests/pom.xml
+++ b/api-tests/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.openmrs.module</groupId>
 		<artifactId>htmlformentry</artifactId>
-		<version>5.4.0</version>
+		<version>5.5.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>htmlformentry-api-tests</artifactId>
diff --git a/api/pom.xml b/api/pom.xml
index 0aa8d84bc..ed76b86df 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.openmrs.module</groupId>
 		<artifactId>htmlformentry</artifactId>
-		<version>5.4.0</version>
+		<version>5.5.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>htmlformentry-api</artifactId>
diff --git a/omod/pom.xml b/omod/pom.xml
index eb3a205cd..8d4eccb3f 100644
--- a/omod/pom.xml
+++ b/omod/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.openmrs.module</groupId>
 		<artifactId>htmlformentry</artifactId>
-		<version>5.4.0</version>
+		<version>5.5.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>htmlformentry-omod</artifactId>
diff --git a/pom.xml b/pom.xml
index 6412b9e28..042159f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>org.openmrs.module</groupId>
     <artifactId>htmlformentry</artifactId>
-    <version>5.4.0</version>
+    <version>5.5.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>HTML Form Entry</name>
     <description>Parent project for HTML Form Entry</description>
@@ -32,7 +32,7 @@
         <connection>scm:git:git@github.com:openmrs/openmrs-module-htmlformentry.git</connection>
         <developerConnection>scm:git:git@github.com:openmrs/openmrs-module-htmlformentry.git</developerConnection>
         <url>https://github.com/openmrs/openmrs-module-htmlformentry/</url>
-        <tag>5.4.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>