diff --git a/pom.xml b/pom.xml
index df839e036f722eb374199bf04ecd64d39f3748c5..b33d29a11bcc3d83194373a48f957eba71ad6bcf 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 a7da20be38fdd67603fc7b8316db5a63ff7913e6..9151efabb7d88e3a700651fabe8b81c13fd6481f 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>
@@ -126,7 +126,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 9b756574fb6f8a653f8a7c4726557f740876583c..eeaba56282cb4d63492ce57a3fbb2ddbf81110a0 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 5d6c0725598bd111a1d3988bade29c7630e6ac4c..6e0f46bb4ec791c2736bbe2934af058e199e6121 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 c9316169bd814437a311b6ad8440f12a40346ba3..bdd036b91e1e58232824e27f75c52459e8bd7aa2 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 2a9fd5a7960304bde1f529671aaefd3782eff9f0..2973b8f501bdd9fbc57304de6fdf3170bd2f5193 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 26e3d7a345162357b0e5d8a028a5e49a92ea0049..f7f302d02f751e7595eac5a7f23e00dbda1df626 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 fce2140d8d633047c12b8e0ce217af2bc328bd54..6d19b8e65883eb208bdc3ea61ef93fbbe33be88c 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>