diff --git a/pom.xml b/pom.xml
index 66d3b2f0ada4a0422d300bb5c04f9d9895b7b645..9d7dc72a6faa2f0075190788211545ba01b5bff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>os-register</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <description>Root Register Service project</description>
 
     <packaging>pom</packaging>
diff --git a/provider/register-aws/pom.xml b/provider/register-aws/pom.xml
index 84eeda4b0c696d09e8c5114f1e09580781a8c96d..c981514576dcc4669a8e52f1ed7fcd9d64a4ee07 100644
--- a/provider/register-aws/pom.xml
+++ b/provider/register-aws/pom.xml
@@ -19,14 +19,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>register-aws</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <description>Register service on AWS</description>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-register</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <properties>
@@ -121,7 +121,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>register-core</artifactId>
-            <version>0.20.0-SNAPSHOT</version>
+            <version>0.21.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/provider/register-azure/pom.xml b/provider/register-azure/pom.xml
index bd38e75f15a7c2a5f53fffef977a9f66f7068b3f..6593e5bf75a868cc0a03236accbd70bb2ee6cd95 100644
--- a/provider/register-azure/pom.xml
+++ b/provider/register-azure/pom.xml
@@ -20,14 +20,14 @@
     <parent>
         <artifactId>os-register</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>register-azure</artifactId>
     <description>Register service on Azure</description>
     <packaging>jar</packaging>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <properties>
         <osdu.corelibazure.version>0.20.0-rc5</osdu.corelibazure.version>
         <osdu.oscorecommon.version>0.19.0-rc8</osdu.oscorecommon.version>
diff --git a/provider/register-gc/pom.xml b/provider/register-gc/pom.xml
index 251baf24b954807ed4f6f2382b9810e16e99782c..19b6ab312d9a68447d3209295ea15df27c8fef97 100644
--- a/provider/register-gc/pom.xml
+++ b/provider/register-gc/pom.xml
@@ -18,7 +18,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>register-gc</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <description>Register service</description>
 
     <properties>
@@ -49,7 +49,7 @@
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-register</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>register-core</artifactId>
-            <version>0.20.0-SNAPSHOT</version>
+            <version>0.21.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/provider/register-ibm/pom.xml b/provider/register-ibm/pom.xml
index 56a9bc3d3569d8851bbbf8953a009cc9ca83332e..167fdebb7fdcc2dfd96042f38b9db8b91a341f9b 100644
--- a/provider/register-ibm/pom.xml
+++ b/provider/register-ibm/pom.xml
@@ -16,14 +16,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opengroup.osdu</groupId>
   <artifactId>register-ibm</artifactId>
-  <version>0.20.0-SNAPSHOT</version>
+  <version>0.21.0-SNAPSHOT</version>
   <description>Register service</description>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>os-register</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>org.opengroup.osdu</groupId>
       <artifactId>register-core</artifactId>
-      <version>0.20.0-SNAPSHOT</version>
+      <version>0.21.0-SNAPSHOT</version>
       <exclusions>
       	<exclusion>
       		<groupId>org.apache.tomcat.embed</groupId>
diff --git a/register-core/pom.xml b/register-core/pom.xml
index 29b7c7991cc79b3e23d8294d583f4a1d8e7e368c..9ed689c3923fd2fa1f6265535a6842eb0757e2ba 100644
--- a/register-core/pom.xml
+++ b/register-core/pom.xml
@@ -19,14 +19,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>register-core</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <description>Core project for the register service.</description>
     <packaging>jar</packaging>
 
     <parent>
         <groupId>org.opengroup.osdu</groupId>
         <artifactId>os-register</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/testing/pom.xml b/testing/pom.xml
index c07d48f393b8785495a00f293d4d30b3ebf2428c..ae16abf2db991afca86ea9b2fc25c026c83a80c8 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -18,7 +18,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.opengroup.osdu.register</groupId>
 	<artifactId>os-register-testing</artifactId>
-	<version>0.20.0-SNAPSHOT</version>
+	<version>0.21.0-SNAPSHOT</version>
 	<description>Root Register Service project</description>
 	<packaging>pom</packaging>
 
diff --git a/testing/register-test-anthos/pom.xml b/testing/register-test-anthos/pom.xml
index 505c9d74c17a8fc9fcbbe5f486356504528fbb96..b9d92a6356e682df70bff99586c04995a828d8d7 100644
--- a/testing/register-test-anthos/pom.xml
+++ b/testing/register-test-anthos/pom.xml
@@ -21,12 +21,12 @@
   <parent>
     <groupId>org.opengroup.osdu.register</groupId>
     <artifactId>os-register-testing</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>register-test-anthos</artifactId>
-  <version>0.20.0-SNAPSHOT</version>
+  <version>0.21.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <description>Register service Anthos integration tests</description>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.opengroup.osdu.register</groupId>
       <artifactId>register-test-core</artifactId>
-      <version>0.20.0-SNAPSHOT</version>
+      <version>0.21.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/testing/register-test-aws/pom.xml b/testing/register-test-aws/pom.xml
index 45fbc4f9414ab21063bd35ec31b2152f7a783473..48c1905d93373044b0d8771fe0e31e897d924b12 100644
--- a/testing/register-test-aws/pom.xml
+++ b/testing/register-test-aws/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.opengroup.osdu.register</groupId>
         <artifactId>os-register-testing</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.register</groupId>
     <artifactId>register-test-aws</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <description>Register service AWS integration tests </description>
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.register</groupId>
             <artifactId>register-test-core</artifactId>
-            <version>0.20.0-SNAPSHOT</version>
+            <version>0.21.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/testing/register-test-azure/pom.xml b/testing/register-test-azure/pom.xml
index a0e06b8261e75462671c43fc89685d9103303915..a5325038f5b2e54586cb0d3772080891cde929cf 100644
--- a/testing/register-test-azure/pom.xml
+++ b/testing/register-test-azure/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.opengroup.osdu.register</groupId>
         <artifactId>os-register-testing</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.register</groupId>
     <artifactId>register-test-azure</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <description>Register service Azure integration tests </description>
@@ -116,7 +116,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.register</groupId>
             <artifactId>register-test-core</artifactId>
-            <version>0.20.0-SNAPSHOT</version>
+            <version>0.21.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.opengroup.osdu</groupId>
diff --git a/testing/register-test-core/pom.xml b/testing/register-test-core/pom.xml
index 3af8a77ee39231719a6f4078b818c9bac17b03e6..357397ec08706f9f0be37fc0517a87e40c1531b4 100644
--- a/testing/register-test-core/pom.xml
+++ b/testing/register-test-core/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.opengroup.osdu.register</groupId>
         <artifactId>os-register-testing</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.register</groupId>
     <artifactId>register-test-core</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <description>Register service integration tests core lib</description>
diff --git a/testing/register-test-gc/pom.xml b/testing/register-test-gc/pom.xml
index 457d8d4309e2c7ad9e44ee77423ee6968793b8a1..4f054e5075f911dd4ff555c9175146cd9035c019 100644
--- a/testing/register-test-gc/pom.xml
+++ b/testing/register-test-gc/pom.xml
@@ -21,12 +21,12 @@
     <parent>
         <groupId>org.opengroup.osdu.register</groupId>
         <artifactId>os-register-testing</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>register-test-gc</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <description>Register service Google Cloud integration tests</description>
@@ -113,7 +113,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.register</groupId>
             <artifactId>register-test-core</artifactId>
-            <version>0.20.0-SNAPSHOT</version>
+            <version>0.21.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/testing/register-test-ibm/pom.xml b/testing/register-test-ibm/pom.xml
index 6a96e02e313bde812bcbda3bd4b61b70bca99597..3a85104a59f22f074788eebbc43981a64c1a4236 100644
--- a/testing/register-test-ibm/pom.xml
+++ b/testing/register-test-ibm/pom.xml
@@ -18,13 +18,13 @@ Copyright 2020 IBM Corp. All Rights Reserved.
     <parent>
         <groupId>org.opengroup.osdu.register</groupId>
         <artifactId>os-register-testing</artifactId>
-        <version>0.20.0-SNAPSHOT</version>
+        <version>0.21.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.register</groupId>
     <artifactId>register-test-ibm</artifactId>
-    <version>0.20.0-SNAPSHOT</version>
+    <version>0.21.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <description>Register service GCP integration tests </description>
@@ -113,7 +113,7 @@ Copyright 2020 IBM Corp. All Rights Reserved.
         <dependency>
             <groupId>org.opengroup.osdu.register</groupId>
             <artifactId>register-test-core</artifactId>
-            <version>0.20.0-SNAPSHOT</version>
+            <version>0.21.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>