From df3dfd505a7c22eea3855d119ac1bbc45b356814 Mon Sep 17 00:00:00 2001
From: David Diederich <d.diederich@opengroup.org>
Date: Sun, 2 Apr 2023 19:26:51 +0000
Subject: [PATCH] Update version of default branch to 0.21.0-SNAPSHOT

[ci skip]
---
 pom.xml                              | 2 +-
 provider/register-aws/pom.xml        | 6 +++---
 provider/register-azure/pom.xml      | 4 ++--
 provider/register-gc/pom.xml         | 6 +++---
 provider/register-ibm/pom.xml        | 6 +++---
 register-core/pom.xml                | 4 ++--
 testing/pom.xml                      | 2 +-
 testing/register-test-anthos/pom.xml | 6 +++---
 testing/register-test-aws/pom.xml    | 6 +++---
 testing/register-test-azure/pom.xml  | 6 +++---
 testing/register-test-core/pom.xml   | 4 ++--
 testing/register-test-gc/pom.xml     | 6 +++---
 testing/register-test-ibm/pom.xml    | 6 +++---
 13 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index 66d3b2f0a..9d7dc72a6 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 84eeda4b0..c98151457 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 bd38e75f1..6593e5bf7 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 251baf24b..19b6ab312 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 56a9bc3d3..167fdebb7 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 29b7c7991..9ed689c39 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 c07d48f39..ae16abf2d 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 505c9d74c..b9d92a635 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 45fbc4f94..48c1905d9 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 a0e06b826..a5325038f 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 3af8a77ee..357397ec0 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 457d8d430..4f054e507 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 6a96e02e3..3a85104a5 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>
-- 
GitLab