diff --git a/archetype/generated-validator/pom.xml b/archetype/generated-validator/pom.xml
index 60a8bd6dc8c163927942742ec20ba6a7353765b6..a05118dd435c24bb5f0ff93f6b0ea3c2f05ea4dc 100644
--- a/archetype/generated-validator/pom.xml
+++ b/archetype/generated-validator/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>gazelle-objects-checker</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -13,7 +13,7 @@
     <groupId>net.ihe.gazelle.goc</groupId>
     <artifactId>generated-validator</artifactId>
     <packaging>pom</packaging>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
     <modules>
         <module>validator-archetype-instantiator</module>
         <module>validator-archetype</module>
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>net.ihe.gazelle.goctests</groupId>
             <artifactId>goc-annotations</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/archetype/generated-validator/validator-archetype-instantiator/pom.xml b/archetype/generated-validator/validator-archetype-instantiator/pom.xml
index a37816926913c22bc22a788d5b6d89c642ae3c8f..3f1e5e417c162ed240a562acc5783b9ac0469765 100644
--- a/archetype/generated-validator/validator-archetype-instantiator/pom.xml
+++ b/archetype/generated-validator/validator-archetype-instantiator/pom.xml
@@ -3,12 +3,12 @@
     <parent>
         <artifactId>generated-validator</artifactId>
         <groupId>net.ihe.gazelle.goc</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>validator-archetype-instantiator</artifactId>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
     <packaging>jar</packaging>
 </project>
\ No newline at end of file
diff --git a/archetype/generated-validator/validator-archetype/pom.xml b/archetype/generated-validator/validator-archetype/pom.xml
index 578e0c18a2576710df622d06b323cd1732161de3..7463f2676d4db8205f105de87d2c137d2f990f60 100644
--- a/archetype/generated-validator/validator-archetype/pom.xml
+++ b/archetype/generated-validator/validator-archetype/pom.xml
@@ -3,11 +3,11 @@
     <parent>
         <artifactId>generated-validator</artifactId>
         <groupId>net.ihe.gazelle.goc</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>validator-archetype</artifactId>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <build>
diff --git a/hl7templates/goc-tests/goc-annotations/pom.xml b/hl7templates/goc-tests/goc-annotations/pom.xml
index d165a9d141cc7a0fd8001d14d8a6569186d955e9..3d1aa487b30440bce97a9106269a3549c1607fe1 100644
--- a/hl7templates/goc-tests/goc-annotations/pom.xml
+++ b/hl7templates/goc-tests/goc-annotations/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>goc-tests</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle.goctests</groupId>
     <artifactId>goc-annotations</artifactId>
     <name>GOC Annotations</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
 
     <build>
diff --git a/hl7templates/goc-tests/goc-tests-runner/pom.xml b/hl7templates/goc-tests/goc-tests-runner/pom.xml
index 38591b98ba68c71430284928355e253de8fed45d..2becb4aaa46719e3a50f0e7fc906a3e6cd9f4b81 100644
--- a/hl7templates/goc-tests/goc-tests-runner/pom.xml
+++ b/hl7templates/goc-tests/goc-tests-runner/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>goc-tests</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle.goctests</groupId>
     <artifactId>goc-tests-runner</artifactId>
     <name>GOC Tests Runner</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
 
     <build>
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>hl7templates-packager-jar</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/hl7templates/goc-tests/pom.xml b/hl7templates/goc-tests/pom.xml
index 53cc12f2bf56825ed1f3f29f85986d12473e8936..b2266e9ce4421dc693e5662e440f16ef1e589662 100644
--- a/hl7templates/goc-tests/pom.xml
+++ b/hl7templates/goc-tests/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>gazelle-objects-checker</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>goc-tests</artifactId>
     <name>GOC Tests</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
diff --git a/hl7templates/gocmodel-jar/pom.xml b/hl7templates/gocmodel-jar/pom.xml
index 1ed8cd838039743b214a1a04efdab7047bd27c3a..b104185890197467f9035e9a541a71f5aa1d2eae 100644
--- a/hl7templates/gocmodel-jar/pom.xml
+++ b/hl7templates/gocmodel-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>gazelle-objects-checker</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>gocmodel-jar</artifactId>
     <name>GOC Model JAR</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
     <organization>
         <name>IHE-Europe</name>
@@ -342,7 +342,7 @@
         <dependency>
             <groupId>net.ihe.gazelle.goctests</groupId>
             <artifactId>goc-annotations</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
 
     </dependencies>
diff --git a/hl7templates/hl7templates-api-jar/pom.xml b/hl7templates/hl7templates-api-jar/pom.xml
index 0e212b741e24e4701398d6d64a8522c0fa13aacf..ccccf9dc6414324f4188c4147268003c73b06405 100644
--- a/hl7templates/hl7templates-api-jar/pom.xml
+++ b/hl7templates/hl7templates-api-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>gazelle-objects-checker</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>hl7templates-api-jar</artifactId>
     <name>HL7Templates API JAR</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
     <organization>
         <name>IHE-Europe</name>
@@ -81,7 +81,7 @@
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>hl7templates-model-jar</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/hl7templates/hl7templates-generator-jar/pom.xml b/hl7templates/hl7templates-generator-jar/pom.xml
index f6b2894b0c253777364a537e850b26adccc56fda..15dcf68495101d6f3433d9aafd7e83af04f4310e 100644
--- a/hl7templates/hl7templates-generator-jar/pom.xml
+++ b/hl7templates/hl7templates-generator-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>gazelle-objects-checker</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>hl7templates-generator-jar</artifactId>
     <name>HL7Templates Generator JAR</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
 
     <organization>
@@ -143,7 +143,7 @@
                     <dependency>
                         <groupId>net.ihe.gazelle</groupId>
                         <artifactId>gocmodel-jar</artifactId>
-                        <version>3.2.2</version>
+                        <version>3.2.3-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>
@@ -238,7 +238,7 @@
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>hl7templates-model-jar</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -249,7 +249,7 @@
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>hl7templates-api-jar</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>net.ihe.gazelle.svs</groupId>
diff --git a/hl7templates/hl7templates-model-jar/pom.xml b/hl7templates/hl7templates-model-jar/pom.xml
index eea1c729ab5cff272b53fd0594ec5c4bcee7615f..52a3444a306434394aca06b56d39114bd32ada2f 100644
--- a/hl7templates/hl7templates-model-jar/pom.xml
+++ b/hl7templates/hl7templates-model-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>gazelle-objects-checker</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>hl7templates-model-jar</artifactId>
     <name>HL7Templates Model JAR</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
     <organization>
         <name>IHE-Europe</name>
@@ -134,7 +134,7 @@
                     <dependency>
                         <groupId>net.ihe.gazelle</groupId>
                         <artifactId>gocmodel-jar</artifactId>
-                        <version>3.2.2</version>
+                        <version>3.2.3-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>
@@ -214,7 +214,7 @@
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>gocmodel-jar</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/hl7templates/hl7templates-packager-jar/pom.xml b/hl7templates/hl7templates-packager-jar/pom.xml
index 9f4096aec49b1f9a5f486471d480e2ad547c8694..82a0a3327105380cd4d7e88003a7c051c2ac9597 100644
--- a/hl7templates/hl7templates-packager-jar/pom.xml
+++ b/hl7templates/hl7templates-packager-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>gazelle-objects-checker</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.2.2</version>
+        <version>3.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -11,7 +11,7 @@
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>hl7templates-packager-jar</artifactId>
     <name>HL7 Templates Packager</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
 
     <organization>
         <name>IHE europe</name>
@@ -164,7 +164,7 @@
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>hl7templates-generator-jar</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -211,7 +211,7 @@
         <dependency>
             <groupId>net.ihe.gazelle.goc</groupId>
             <artifactId>validator-archetype-instantiator</artifactId>
-            <version>3.2.2</version>
+            <version>3.2.3-SNAPSHOT</version>
             <type>jar</type>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index 450bf4fb50eb565dc8378e3e87438612f6d96800..4676df38369f18330ed53b9616b712e4bc899406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>gazelle-objects-checker</artifactId>
     <name>Gazelle Objects Checker</name>
-    <version>3.2.2</version>
+    <version>3.2.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <organization>
@@ -45,7 +45,7 @@
         <connection>scm:git:${git.project.url}</connection>
         <developerConnection>scm:git:${git.project.url}</developerConnection>
         <url>${git.project.url}</url>
-        <tag>3.2.2</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <repositories>