diff --git a/pom.xml b/pom.xml
index 89746c8800910134a27f724e541c7f010aab098b..4774af6f6232680353c2de1e6cf6ad312379d50c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
 	
 	<groupId>org.opengroup.osdu</groupId>
 	<artifactId>os-schema</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>os-schema</name>
 	<description>os schema service </description>
diff --git a/provider/schema-aws/pom.xml b/provider/schema-aws/pom.xml
index 5f6300c3dbff8b6bbb13139998bb94d6be5802b6..0a68851ec871b78f86c859fa6ebd7364848bcdd3 100644
--- a/provider/schema-aws/pom.xml
+++ b/provider/schema-aws/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>os-schema</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>os-schema-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
         <!-- AWS managed packages -->
         <dependency>
diff --git a/provider/schema-azure/pom.xml b/provider/schema-azure/pom.xml
index 80be39f1689fdf76ea34e8bf9794ccbb65db2dfc..4361a33a4e6a5865da8fc4cffa6dd94635a8ed77 100644
--- a/provider/schema-azure/pom.xml
+++ b/provider/schema-azure/pom.xml
@@ -11,13 +11,13 @@
 	<parent>
 		<artifactId>os-schema</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>os-schema-azure</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<description>Azure related implementation staff.</description>
 	<packaging>jar</packaging>
 
@@ -25,7 +25,7 @@
 		<azure.version>2.1.7</azure.version>
 		<osdu.corelibazure.version>0.14.0-rc2</osdu.corelibazure.version>
 		<osdu.oscorecommon.version>0.19.0-rc6</osdu.oscorecommon.version>
-		<osdu.os-schema-core.version>0.21.0-SNAPSHOT</osdu.os-schema-core.version>
+		<osdu.os-schema-core.version>0.22.0-SNAPSHOT</osdu.os-schema-core.version>
 		<mockito.version>1.10.19</mockito.version>
 		<cucumber.version>5.4.0</cucumber.version>
 		<nimbus-jose-jwt-azure.version>8.20.2</nimbus-jose-jwt-azure.version>
diff --git a/provider/schema-gc/pom.xml b/provider/schema-gc/pom.xml
index 2fe62829d472d2d8ed9ecbc1dda3fb575c3ac943..5206fccbb00f6caecbb172fcbc056f8062842888 100644
--- a/provider/schema-gc/pom.xml
+++ b/provider/schema-gc/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-schema</artifactId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
@@ -37,7 +37,7 @@
 		<dependency>
 			<groupId>org.opengroup.osdu</groupId>
 			<artifactId>os-schema-core</artifactId>
-			<version>0.21.0-SNAPSHOT</version>
+			<version>0.22.0-SNAPSHOT</version>
 			<!-- excluded due to runtime conflict with latest core-lib-gcp transient dependencies -->
 			<exclusions>
 				<exclusion>
diff --git a/provider/schema-ibm/pom.xml b/provider/schema-ibm/pom.xml
index e5ca0a3351178a7f0a6353fb2e9c79adebfdbf12..bc7f3ee1811a0be9471caac26457d7c6ed47613d 100644
--- a/provider/schema-ibm/pom.xml
+++ b/provider/schema-ibm/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-schema</artifactId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>os-schema-ibm</artifactId>
@@ -34,7 +34,7 @@
 		<dependency>
 			<groupId>org.opengroup.osdu</groupId>
 			<artifactId>os-schema-core</artifactId>
-			<version>0.21.0-SNAPSHOT</version>
+			<version>0.22.0-SNAPSHOT</version>
 			<exclusions>
 				<exclusion>
 					<groupId>io.netty</groupId>
diff --git a/schema-core/pom.xml b/schema-core/pom.xml
index 473b797cd2a6382f8012c9c414821f0b14635dc8..c8ebe6021a505ea01edd29b65058fc872f552511 100644
--- a/schema-core/pom.xml
+++ b/schema-core/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-schema</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 8bca5d657b7ded966834742da36602141875a815..8cb4c1debac814b35e07a61a74ef541f7e054cd2 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.opengroup.osdu</groupId>
   <artifactId>os-schema-test</artifactId>
-  <version>0.21.0-SNAPSHOT</version>
+  <version>0.22.0-SNAPSHOT</version>
   <description>Schema Service Integration Test Root Project</description>
   <packaging>pom</packaging>
 
diff --git a/testing/schema-test-azure/pom.xml b/testing/schema-test-azure/pom.xml
index 94929243b27df233eddd4d44070ce01aad8a9893..c83a1394472160a6b7c25e7263f33ce612befa8c 100644
--- a/testing/schema-test-azure/pom.xml
+++ b/testing/schema-test-azure/pom.xml
@@ -4,12 +4,12 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-schema-test</artifactId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>schema-test-azure</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>schema-test-azure</name>
 	<description>Azure integration tests for schema service</description>
diff --git a/testing/schema-test-baremetal/pom.xml b/testing/schema-test-baremetal/pom.xml
index 15294b0aa7923c523154189e85f6435ade9c417f..3b8149f19656841895f40758ddcb8985ff7dda0f 100644
--- a/testing/schema-test-baremetal/pom.xml
+++ b/testing/schema-test-baremetal/pom.xml
@@ -4,13 +4,13 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-schema-test</artifactId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.opengroup.osdu</groupId>
 	<artifactId>os-schema-test-baremetal</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 
diff --git a/testing/schema-test-core/pom.xml b/testing/schema-test-core/pom.xml
index dcef79001e359485ab0bc7f75682aabfaa0f2cc1..a1ec43cb814e4247e7bb62a071790e692a52a5b8 100644
--- a/testing/schema-test-core/pom.xml
+++ b/testing/schema-test-core/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-schema-test</artifactId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
@@ -35,7 +35,7 @@
 					<artifactId>log4j-to-slf4j</artifactId>
 				</exclusion>
 			</exclusions>
-			<version>0.21.0-SNAPSHOT</version>
+			<version>0.22.0-SNAPSHOT</version>
 		</dependency>
 
 		<!--Rest assured dependency to be placed before JUnit dependency -->
diff --git a/testing/schema-test-gc/pom.xml b/testing/schema-test-gc/pom.xml
index 71d5aadea13b399a5f6d483939576f9fcb03e4f6..63f66f5ac7c79107da04e9f0dffbfe2460a0829b 100644
--- a/testing/schema-test-gc/pom.xml
+++ b/testing/schema-test-gc/pom.xml
@@ -4,13 +4,13 @@
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-schema-test</artifactId>
-		<version>0.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.opengroup.osdu</groupId>
 	<artifactId>os-schema-test-gc</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<packaging>jar</packaging>