diff --git a/pom.xml b/pom.xml
index e699bfe45a8c690ad7bd2a238b8a891e3d8150ce..06cfd439c999ec2f4cf3d23da037f17b27d10729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.opengroup.osdu</groupId>
 	<artifactId>os-storage</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<description>Root Storage Service project</description>
 
 	<properties>
diff --git a/provider/storage-aws/pom.xml b/provider/storage-aws/pom.xml
index cd7c326b3940fa6e2eb01665f132742c1d2a7c7f..4e7a32207d06c6531cda4ef3418b7dda97a1ed4c 100644
--- a/provider/storage-aws/pom.xml
+++ b/provider/storage-aws/pom.xml
@@ -21,20 +21,20 @@
     <parent>
         <artifactId>os-storage</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>storage-aws</artifactId>
     <description>Storage service on AWS</description>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
         <aws.version>1.11.1018</aws.version>
         <deployment.environment>dev</deployment.environment>
-        <version.number>0.21.0-SNAPSHOT</version.number>
+        <version.number>0.22.0-SNAPSHOT</version.number>
         <spring-webmvc.version>5.3.26</spring-webmvc.version>
     </properties>
 
diff --git a/provider/storage-azure/pom.xml b/provider/storage-azure/pom.xml
index a35563e8f171b7f00c1ac0e8d61d8ce80897dc2b..ba82f00e2b8dfeca5f3553aac0384f863ef9430f 100644
--- a/provider/storage-azure/pom.xml
+++ b/provider/storage-azure/pom.xml
@@ -20,21 +20,21 @@
     <parent>
         <artifactId>os-storage</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>storage-azure</artifactId>
     <description>Storage service on Azure</description>
     <packaging>jar</packaging>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <properties>
         <azure.appservice.resourcegroup />
         <azure.appservice.plan />
         <azure.appservice.appname />
         <azure.appservice.subscription />
         <osdu.corelibazure.version>0.21.0-rc1</osdu.corelibazure.version>
-        <osdu.storage-core.version>0.21.0-SNAPSHOT</osdu.storage-core.version>
+        <osdu.storage-core.version>0.22.0-SNAPSHOT</osdu.storage-core.version>
         <junit.version>4.12</junit.version>
         <mockito.version>1.10.19</mockito.version>
         <powermock.version>2.0.2</powermock.version>
diff --git a/provider/storage-byoc/pom.xml b/provider/storage-byoc/pom.xml
index b87ead28e4e3bca7be76e4a80afe154b6728dfbe..19a13a28a84491d201497dd84208975dc36dbd82 100644
--- a/provider/storage-byoc/pom.xml
+++ b/provider/storage-byoc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>os-storage</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>storage-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.powermock</groupId>
diff --git a/provider/storage-gc/pom.xml b/provider/storage-gc/pom.xml
index e7e5e58054ba20376c42c39ec0b986bdf08428c5..1ea990d67433af98735ebaa67b52efcb49203646 100644
--- a/provider/storage-gc/pom.xml
+++ b/provider/storage-gc/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>os-storage</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <artifactId>storage-gc</artifactId>
-  <version>0.21.0-SNAPSHOT</version>
+  <version>0.22.0-SNAPSHOT</version>
   <description>Google cloud related implementation staff.</description>
   <packaging>jar</packaging>
 
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>org.opengroup.osdu</groupId>
       <artifactId>storage-core</artifactId>
-      <version>0.21.0-SNAPSHOT</version>
+      <version>0.22.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>org.mockito</groupId>
diff --git a/provider/storage-ibm/pom.xml b/provider/storage-ibm/pom.xml
index 6b0c4a89a873d9449bb1241dfffa27987ece1cea..90fce08908b16f0d8234de90351ba4b012e9cb47 100644
--- a/provider/storage-ibm/pom.xml
+++ b/provider/storage-ibm/pom.xml
@@ -16,7 +16,7 @@
 	<parent>
 		<artifactId>os-storage</artifactId>
 		<groupId>org.opengroup.osdu</groupId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -39,7 +39,7 @@
 		<dependency>
 			<groupId>org.opengroup.osdu</groupId>
 			<artifactId>storage-core</artifactId>
-			<version>0.21.0-SNAPSHOT</version>
+			<version>0.22.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.security</groupId>
diff --git a/storage-core/pom.xml b/storage-core/pom.xml
index 8c420ac890b31a5abf1007bfa85f0c7d9448a649..11c9281abed90cf10714ab435c81cd6b23fabbc2 100644
--- a/storage-core/pom.xml
+++ b/storage-core/pom.xml
@@ -18,14 +18,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.opengroup.osdu</groupId>
 	<artifactId>storage-core</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<description>Core project for the storage service</description>
 	<packaging>jar</packaging>
 
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-storage</artifactId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/testing/pom.xml b/testing/pom.xml
index c404ba1700627d869c7a0c655611f4e1f90ed2b0..241999507ac88738ca36c6fb9dc31dada96c2a73 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-storage-testing</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<description>Root Storage Service project</description>
 	<packaging>pom</packaging>
 
diff --git a/testing/storage-test-aws/pom.xml b/testing/storage-test-aws/pom.xml
index 66b5b3605d9afb183e2abe79267b5250b3abe51d..d6ae386d2c53952b7b27a5e8951fe7d6f94ce07f 100644
--- a/testing/storage-test-aws/pom.xml
+++ b/testing/storage-test-aws/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-aws</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/testing/storage-test-azure/pom.xml b/testing/storage-test-azure/pom.xml
index 18403d319d4a47b9aee3fc9b76b30aa8dcf8e629..084d62d66d6d9ff8808f30ca02deca79b0853ee4 100644
--- a/testing/storage-test-azure/pom.xml
+++ b/testing/storage-test-azure/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-azure</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>io.jsonwebtoken</groupId>
diff --git a/testing/storage-test-baremetal/pom.xml b/testing/storage-test-baremetal/pom.xml
index 57a8f37fd4834b89a1e0613e7bae492cd669500b..a3f4ed24418113f3939d42e060af2d0b6c173a98 100644
--- a/testing/storage-test-baremetal/pom.xml
+++ b/testing/storage-test-baremetal/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-baremetal</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.nimbusds</groupId>
diff --git a/testing/storage-test-core/pom.xml b/testing/storage-test-core/pom.xml
index c86c2289b41382ef2b984f22ac7605f1ac5c3f42..b86a86996fa069a73b02450575a6efbe945a1a2e 100644
--- a/testing/storage-test-core/pom.xml
+++ b/testing/storage-test-core/pom.xml
@@ -18,14 +18,14 @@
   <parent>
     <artifactId>os-storage-testing</artifactId>
     <groupId>org.opengroup.osdu</groupId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opengroup.osdu.storage</groupId>
   <artifactId>storage-test-core</artifactId>
-  <version>0.21.0-SNAPSHOT</version>
+  <version>0.22.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
     <maven.compiler.target>1.8</maven.compiler.target>
diff --git a/testing/storage-test-gc/pom.xml b/testing/storage-test-gc/pom.xml
index 73c5ad7c8545cdf9e2b25dc2278466ab08be3638..fb87c77c6f5a6ce41ba99ef0e23a471d899562c1 100644
--- a/testing/storage-test-gc/pom.xml
+++ b/testing/storage-test-gc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-gc</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.google.cloud</groupId>
diff --git a/testing/storage-test-ibm/pom.xml b/testing/storage-test-ibm/pom.xml
index 77ed89f63b469e4d1644017563323343422de615..bbe1e6dd738ad5ebaa1fb8a3ef15e3194aa28a07 100644
--- a/testing/storage-test-ibm/pom.xml
+++ b/testing/storage-test-ibm/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -26,7 +26,7 @@
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-ibm</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>