diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml
index c8f3c94..34dda32 100644
--- a/hofund-core/pom.xml
+++ b/hofund-core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>dev.logchange.hofund</groupId>
         <artifactId>hofund</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>hofund-core</artifactId>
diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml
index 244a61c..72ed621 100644
--- a/hofund-spring-boot-autoconfigure/pom.xml
+++ b/hofund-spring-boot-autoconfigure/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>dev.logchange.hofund</groupId>
         <artifactId>hofund</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>hofund-spring-boot-autoconfigure</artifactId>
diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml
index 8203be1..3590edf 100644
--- a/hofund-spring-boot-e2e/pom.xml
+++ b/hofund-spring-boot-e2e/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>hofund</artifactId>
         <groupId>dev.logchange.hofund</groupId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml
index 878a0ce..06ca559 100644
--- a/hofund-spring-boot-starter/pom.xml
+++ b/hofund-spring-boot-starter/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>hofund</artifactId>
         <groupId>dev.logchange.hofund</groupId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml
index 60081bc..4c03d0c 100644
--- a/hofund-spring/pom.xml
+++ b/hofund-spring/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>dev.logchange.hofund</groupId>
         <artifactId>hofund</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>hofund-spring</artifactId>
diff --git a/pom.xml b/pom.xml
index e11350d..a0c4c3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>dev.logchange.hofund</groupId>
     <artifactId>hofund</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>hofund</name>
@@ -41,7 +41,7 @@
         <connection>scm:git:${project.scm.url}</connection>
         <developerConnection>scm:git:${project.scm.url}</developerConnection>
         <url>https://github.com/logchange/hofund.git</url>
-        <tag>1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>