diff --git a/partition-core/pom.xml b/partition-core/pom.xml
index 690a4035b1210727519a20057e834ab595de8506..a6635935bd493e214ad95e384c045b83619a558a 100644
--- a/partition-core/pom.xml
+++ b/partition-core/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>partition</artifactId>
-		<version>0.12.0-SNAPSHOT</version>
+		<version>0.12.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index b4361e0e78cffc6d3966db9e4495fb09e4886c26..0f6be7da6204159cd762a303d30de5b6cf13d223 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opengroup.osdu</groupId>
   <artifactId>partition</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.1-SNAPSHOT</version>
   <description>Partition Service</description>
 
   <properties>
diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml
index f9e018ef8bb11ec8ca6585b554c268254e20905c..6026cef3b82b3da20d250e2f27c5b97e813a90e1 100644
--- a/provider/partition-aws/pom.xml
+++ b/provider/partition-aws/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>partition</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/provider/partition-azure/pom.xml b/provider/partition-azure/pom.xml
index bf832484bcfd6f3a4f8184969ebde10e006cf0d8..ef00feacdd2b53d6cfb4ef8e2dc89796d4a345bb 100644
--- a/provider/partition-azure/pom.xml
+++ b/provider/partition-azure/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>partition</artifactId>
     <groupId>org.opengroup.osdu</groupId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/provider/partition-gcp/pom.xml b/provider/partition-gcp/pom.xml
index 51adb10fb7cdb3d9d0e275d9c2f095c31cf8661d..0c8d47aa02bd7776263074e491e882b4e5d512a0 100644
--- a/provider/partition-gcp/pom.xml
+++ b/provider/partition-gcp/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>partition</artifactId>
     <groupId>org.opengroup.osdu</groupId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/provider/partition-ibm/pom.xml b/provider/partition-ibm/pom.xml
index 24409ca59885adeb94381936e611ba621827ad5b..88c7fc19ce64746c7ee234bc0421cb6b1c3f83e6 100644
--- a/provider/partition-ibm/pom.xml
+++ b/provider/partition-ibm/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <artifactId>partition</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/provider/partition-reference/pom.xml b/provider/partition-reference/pom.xml
index cfdeb0b28db81172f3a4067ec3f74f2d443c17b7..9ad96819131acfa4fb9d537f2e3d7f9b0269a754 100644
--- a/provider/partition-reference/pom.xml
+++ b/provider/partition-reference/pom.xml
@@ -7,14 +7,14 @@
   <parent>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>partition</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <groupId>org.opengroup.osdu</groupId>
   <artifactId>partition-reference</artifactId>
   <description>Partition service on Hybrid Cloud</description>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml
index ae27372ef46773234e2390822548a80cb9f6b713..3b0dd8ab86116c18a284d62dd25a984077ee0ea3 100644
--- a/testing/partition-test-aws/pom.xml
+++ b/testing/partition-test-aws/pom.xml
@@ -19,14 +19,14 @@
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-partition-testing</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opengroup.osdu.partition</groupId>
     <artifactId>partition-test-aws</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.partition</groupId>
             <artifactId>partition-test-core</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/testing/partition-test-azure/pom.xml b/testing/partition-test-azure/pom.xml
index 152cc6b1228f5fc9c774b8645d47e5e1b3dcce80..0c6a33bfdb20412c9a5d8ee40150beaee4c0fa23 100644
--- a/testing/partition-test-azure/pom.xml
+++ b/testing/partition-test-azure/pom.xml
@@ -20,13 +20,13 @@
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-partition-testing</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.partition</groupId>
     <artifactId>partition-test-azure</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.partition</groupId>
             <artifactId>partition-test-core</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/testing/partition-test-core/pom.xml b/testing/partition-test-core/pom.xml
index b0c09482e75269445a9dbd649a3db6a3819af4b4..774d9f7a654783a3e8b51beb2716c0be71bbd889 100644
--- a/testing/partition-test-core/pom.xml
+++ b/testing/partition-test-core/pom.xml
@@ -20,13 +20,13 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-partition-testing</artifactId>
-		<version>0.12.0-SNAPSHOT</version>
+		<version>0.12.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.opengroup.osdu.partition</groupId>
 	<artifactId>partition-test-core</artifactId>
-	<version>0.12.0-SNAPSHOT</version>
+	<version>0.12.1-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<properties>
diff --git a/testing/partition-test-gcp/pom.xml b/testing/partition-test-gcp/pom.xml
index 1efc78b25db67fcbeedc4719c9df8c01c2ea28d2..ddad68183d07d0705571fa5c864d428eeeb90267 100644
--- a/testing/partition-test-gcp/pom.xml
+++ b/testing/partition-test-gcp/pom.xml
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>os-partition-testing</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.opengroup.osdu.partition</groupId>
   <artifactId>partition-test-gcp</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>0.12.1-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -57,7 +57,7 @@
     <dependency>
       <groupId>org.opengroup.osdu.partition</groupId>
       <artifactId>partition-test-core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.12.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
diff --git a/testing/partition-test-ibm/pom.xml b/testing/partition-test-ibm/pom.xml
index 1ca105ea885623b0156507a7bec597ec9d2ab308..4cc3e869263caea4efe2286ae27816fb2cfd1eb7 100644
--- a/testing/partition-test-ibm/pom.xml
+++ b/testing/partition-test-ibm/pom.xml
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-partition-testing</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.12.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.partition</groupId>
     <artifactId>partition-test-ibm</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.partition</groupId>
             <artifactId>partition-test-core</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
+            <version>0.12.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/testing/pom.xml b/testing/pom.xml
index 665c337607d068bf18d73aae077ef0ff592b381e..b75795405c2b9065a8c7dc3c1b3c5fc2655c1c2d 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -18,7 +18,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.opengroup.osdu</groupId>
 	<artifactId>os-partition-testing</artifactId>
-	<version>0.12.0-SNAPSHOT</version>
+	<version>0.12.1-SNAPSHOT</version>
 	<description>Root partition test project</description>
 	<packaging>pom</packaging>