diff --git a/pom.xml b/pom.xml
index 947ff7f8265cb98cd297b0c9eec384cfa4241650..d3ce2f5e9fb99390d6dbefcf0311794dce5078c9 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.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>Root Storage Service project</description>
 
diff --git a/provider/storage-aws/pom.xml b/provider/storage-aws/pom.xml
index 107c9ab207e9cddbe94c78de72277200666105e2..bd89d70d1edabd72cc658526ab3509368fb50487 100644
--- a/provider/storage-aws/pom.xml
+++ b/provider/storage-aws/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>os-storage</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.28.0-SNAPSHOT</version>
+        <version>0.29.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
         <maven.compiler.target>17</maven.compiler.target>
         <maven.compiler.source>17</maven.compiler.source>
         <deployment.environment>dev</deployment.environment>
-        <version.number>0.28.0-SNAPSHOT</version.number>
+        <version.number>0.29.0-SNAPSHOT</version.number>
     </properties>
 
 
diff --git a/provider/storage-azure/pom.xml b/provider/storage-azure/pom.xml
index 5ca860ae1525b257738ed3ee6c64877f8351a267..8b9952404df800b82f4017c24dcc45fddc25662e 100644
--- a/provider/storage-azure/pom.xml
+++ b/provider/storage-azure/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>os-storage</artifactId>
     <groupId>org.opengroup.osdu</groupId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/provider/storage-gc/pom.xml b/provider/storage-gc/pom.xml
index 2247071a076e19038028cc0d94e83d33ae563f48..68da1c016aa65cd3f67e33788fa6a2711e5895b8 100644
--- a/provider/storage-gc/pom.xml
+++ b/provider/storage-gc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>os-storage</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.opengroup.osdu</groupId>
       <artifactId>storage-core-plus</artifactId>
-      <version>0.28.0-SNAPSHOT</version>
+      <version>0.29.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
diff --git a/provider/storage-ibm/pom.xml b/provider/storage-ibm/pom.xml
index 28895de08ccca99cfeff432f4d042d42072f920c..6595c1a4d8ab6415c4091d868e993ee7784f9367 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.28.0-SNAPSHOT</version>
+		<version>0.29.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -41,7 +41,7 @@
 		<dependency>
 			<groupId>org.opengroup.osdu</groupId>
 			<artifactId>storage-core</artifactId>
-			<version>0.28.0-SNAPSHOT</version>
+			<version>0.29.0-SNAPSHOT</version>
 			<exclusions>
 				<exclusion>
 					<groupId>org.springframework.security</groupId>
diff --git a/storage-acceptance-test/pom.xml b/storage-acceptance-test/pom.xml
index d660b7a7c6d5f2bc24bdbc194d51a014168dc6c0..44a50e81e721cf04ddec824459f69d6106a2f830 100644
--- a/storage-acceptance-test/pom.xml
+++ b/storage-acceptance-test/pom.xml
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-acceptance-test</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/storage-core-plus/pom.xml b/storage-core-plus/pom.xml
index ef73a8c7b66d016ecda896327838b19d622b4edf..52c456dce15a8c89edb9699ce6a19decfa1b3372 100644
--- a/storage-core-plus/pom.xml
+++ b/storage-core-plus/pom.xml
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-storage</artifactId>
-        <version>0.28.0-SNAPSHOT</version>
+        <version>0.29.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>storage-core</artifactId>
-            <version>0.28.0-SNAPSHOT</version>
+            <version>0.29.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.mockito</groupId>
diff --git a/storage-core/pom.xml b/storage-core/pom.xml
index 1ccfbeae36b36b70585389cb51c1847da963feb1..3b6184308d280bc186ba82e8cb267aaaddba4c0e 100644
--- a/storage-core/pom.xml
+++ b/storage-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-storage</artifactId>
-        <version>0.28.0-SNAPSHOT</version>
+        <version>0.29.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testing/pom.xml b/testing/pom.xml
index 137814d18f28fc16f19dc071c6372ac28ceca35b..e88087502db53f851029496d4952132997aac8ad 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.28.0-SNAPSHOT</version>
+	<version>0.29.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 aaccbda66d27bb3041f3865adc8d23bc48f74846..716fc2d7d5c937127312e67ce3982b058884f915 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.28.0-SNAPSHOT</version>
+        <version>0.29.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.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.28.0-SNAPSHOT</version>
+            <version>0.29.0-SNAPSHOT</version>
         </dependency>
 
         <!-- third party Apache 2.0 license packages -->
diff --git a/testing/storage-test-azure/pom.xml b/testing/storage-test-azure/pom.xml
index 59da03c115b574add534d0ee72dcf2f27a94fb29..de4ee2295052733185941919ae1f3d4038280cd4 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.28.0-SNAPSHOT</version>
+        <version>0.29.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.28.0-SNAPSHOT</version>
+            <version>0.29.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 af86b2ecb2c7009a5517bf8703fb1879a19f3d42..2cf29b879b759b5145877e90bc1262a3aa54bece 100644
--- a/testing/storage-test-baremetal/pom.xml
+++ b/testing/storage-test-baremetal/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.28.0-SNAPSHOT</version>
+        <version>0.29.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.28.0-SNAPSHOT</version>
+            <version>0.29.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 8a9dc93f58bd9deba2e31e8ef5afd35f15acb4a3..3aea4a357d8c30c57a6a2b3aad4c941e2abc9e96 100644
--- a/testing/storage-test-core/pom.xml
+++ b/testing/storage-test-core/pom.xml
@@ -19,14 +19,14 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.28.0-SNAPSHOT</version>
+        <version>0.29.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.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/testing/storage-test-gc/pom.xml b/testing/storage-test-gc/pom.xml
index cf8ed7e4bf06e49d6e78cf81dc38f96707a66f68..9db0d08e9923001b97296389c5fc2b8988538e4b 100644
--- a/testing/storage-test-gc/pom.xml
+++ b/testing/storage-test-gc/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.28.0-SNAPSHOT</version>
+        <version>0.29.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-gc</artifactId>
-    <version>0.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.28.0-SNAPSHOT</version>
+            <version>0.29.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 31c859b3c19371bd6bdee7419b440186e62c53a7..ba584d13b1794aabb32d91d366a73300d70094c2 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.28.0-SNAPSHOT</version>
+        <version>0.29.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.28.0-SNAPSHOT</version>
+    <version>0.29.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.28.0-SNAPSHOT</version>
+            <version>0.29.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>