diff --git a/endgen-dist/pom.xml b/endgen-dist/pom.xml
index c337f36..8a2fedb 100644
--- a/endgen-dist/pom.xml
+++ b/endgen-dist/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>nu.zoom.dsl</groupId>
         <artifactId>endgen</artifactId>
-        <version>1.2</version>
+        <version>1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>endgen-dist</artifactId>
diff --git a/endgen-maven-plugin/pom.xml b/endgen-maven-plugin/pom.xml
index 37d2a72..9974c25 100644
--- a/endgen-maven-plugin/pom.xml
+++ b/endgen-maven-plugin/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>nu.zoom.dsl</groupId>
         <artifactId>endgen</artifactId>
-        <version>1.2</version>
+        <version>1.3-SNAPSHOT</version>
     </parent>
     <artifactId>endgen-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
diff --git a/parser/pom.xml b/parser/pom.xml
index 2d54120..67c6925 100644
--- a/parser/pom.xml
+++ b/parser/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>nu.zoom.dsl</groupId>
         <artifactId>endgen</artifactId>
-        <version>1.2</version>
+        <version>1.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>parser</artifactId>
diff --git a/pom.xml b/pom.xml
index c320d3a..82a7a48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>nu.zoom.dsl</groupId>
     <artifactId>endgen</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -59,7 +59,7 @@
     <scm>
         <connection>scm:git:https://codeberg.org/darkstar/endgen.git</connection>
         <developerConnection>scm:git:ssh://git@vcs.zoom.nu:1122/zoom/endgen.git</developerConnection>
-        <tag>v1.2</tag>
+        <tag>admin-parent-1.1</tag>
     </scm>
 
     <modules>