From 92d83c4d231f60f3953624c86cbc25e6d36dfcef Mon Sep 17 00:00:00 2001
From: David Diederich <d.diederich@opengroup.org>
Date: Sat, 20 May 2023 07:11:29 +0000
Subject: [PATCH] Update version of default branch to 0.22.0-SNAPSHOT

[ci skip]
---
 pom.xml                                | 2 +-
 provider/storage-aws/pom.xml           | 6 +++---
 provider/storage-azure/pom.xml         | 6 +++---
 provider/storage-byoc/pom.xml          | 4 ++--
 provider/storage-gc/pom.xml            | 6 +++---
 provider/storage-ibm/pom.xml           | 4 ++--
 storage-core/pom.xml                   | 4 ++--
 testing/pom.xml                        | 2 +-
 testing/storage-test-aws/pom.xml       | 6 +++---
 testing/storage-test-azure/pom.xml     | 6 +++---
 testing/storage-test-baremetal/pom.xml | 6 +++---
 testing/storage-test-core/pom.xml      | 4 ++--
 testing/storage-test-gc/pom.xml        | 6 +++---
 testing/storage-test-ibm/pom.xml       | 6 +++---
 14 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/pom.xml b/pom.xml
index e699bfe45..06cfd439c 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.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<description>Root Storage Service project</description>
 
 	<properties>
diff --git a/provider/storage-aws/pom.xml b/provider/storage-aws/pom.xml
index cd7c326b3..4e7a32207 100644
--- a/provider/storage-aws/pom.xml
+++ b/provider/storage-aws/pom.xml
@@ -21,20 +21,20 @@
     <parent>
         <artifactId>os-storage</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>storage-aws</artifactId>
     <description>Storage service on AWS</description>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
         <aws.version>1.11.1018</aws.version>
         <deployment.environment>dev</deployment.environment>
-        <version.number>0.21.0-SNAPSHOT</version.number>
+        <version.number>0.22.0-SNAPSHOT</version.number>
         <spring-webmvc.version>5.3.26</spring-webmvc.version>
     </properties>
 
diff --git a/provider/storage-azure/pom.xml b/provider/storage-azure/pom.xml
index a35563e8f..ba82f00e2 100644
--- a/provider/storage-azure/pom.xml
+++ b/provider/storage-azure/pom.xml
@@ -20,21 +20,21 @@
     <parent>
         <artifactId>os-storage</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>storage-azure</artifactId>
     <description>Storage service on Azure</description>
     <packaging>jar</packaging>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <properties>
         <azure.appservice.resourcegroup />
         <azure.appservice.plan />
         <azure.appservice.appname />
         <azure.appservice.subscription />
         <osdu.corelibazure.version>0.21.0-rc1</osdu.corelibazure.version>
-        <osdu.storage-core.version>0.21.0-SNAPSHOT</osdu.storage-core.version>
+        <osdu.storage-core.version>0.22.0-SNAPSHOT</osdu.storage-core.version>
         <junit.version>4.12</junit.version>
         <mockito.version>1.10.19</mockito.version>
         <powermock.version>2.0.2</powermock.version>
diff --git a/provider/storage-byoc/pom.xml b/provider/storage-byoc/pom.xml
index b87ead28e..19a13a28a 100644
--- a/provider/storage-byoc/pom.xml
+++ b/provider/storage-byoc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>os-storage</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>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.opengroup.osdu</groupId>
             <artifactId>storage-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.powermock</groupId>
diff --git a/provider/storage-gc/pom.xml b/provider/storage-gc/pom.xml
index e7e5e5805..1ea990d67 100644
--- a/provider/storage-gc/pom.xml
+++ b/provider/storage-gc/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.opengroup.osdu</groupId>
     <artifactId>os-storage</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <artifactId>storage-gc</artifactId>
-  <version>0.21.0-SNAPSHOT</version>
+  <version>0.22.0-SNAPSHOT</version>
   <description>Google cloud related implementation staff.</description>
   <packaging>jar</packaging>
 
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>org.opengroup.osdu</groupId>
       <artifactId>storage-core</artifactId>
-      <version>0.21.0-SNAPSHOT</version>
+      <version>0.22.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>org.mockito</groupId>
diff --git a/provider/storage-ibm/pom.xml b/provider/storage-ibm/pom.xml
index 6b0c4a89a..90fce0890 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.21.0-SNAPSHOT</version>
+		<version>0.22.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -39,7 +39,7 @@
 		<dependency>
 			<groupId>org.opengroup.osdu</groupId>
 			<artifactId>storage-core</artifactId>
-			<version>0.21.0-SNAPSHOT</version>
+			<version>0.22.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.security</groupId>
diff --git a/storage-core/pom.xml b/storage-core/pom.xml
index 8c420ac89..11c9281ab 100644
--- a/storage-core/pom.xml
+++ b/storage-core/pom.xml
@@ -18,14 +18,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.opengroup.osdu</groupId>
 	<artifactId>storage-core</artifactId>
-	<version>0.21.0-SNAPSHOT</version>
+	<version>0.22.0-SNAPSHOT</version>
 	<description>Core project for the storage service</description>
 	<packaging>jar</packaging>
 
 	<parent>
 		<groupId>org.opengroup.osdu</groupId>
 		<artifactId>os-storage</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 c404ba170..241999507 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.21.0-SNAPSHOT</version>
+	<version>0.22.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 66b5b3605..d6ae386d2 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.21.0-SNAPSHOT</version>
+        <version>0.22.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.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
diff --git a/testing/storage-test-azure/pom.xml b/testing/storage-test-azure/pom.xml
index 18403d319..084d62d66 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.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-azure</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.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 57a8f37fd..a3f4ed244 100644
--- a/testing/storage-test-baremetal/pom.xml
+++ b/testing/storage-test-baremetal/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-baremetal</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.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 c86c2289b..b86a86996 100644
--- a/testing/storage-test-core/pom.xml
+++ b/testing/storage-test-core/pom.xml
@@ -18,14 +18,14 @@
   <parent>
     <artifactId>os-storage-testing</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>
   <groupId>org.opengroup.osdu.storage</groupId>
   <artifactId>storage-test-core</artifactId>
-  <version>0.21.0-SNAPSHOT</version>
+  <version>0.22.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <properties>
     <maven.compiler.target>1.8</maven.compiler.target>
diff --git a/testing/storage-test-gc/pom.xml b/testing/storage-test-gc/pom.xml
index 73c5ad7c8..fb87c77c6 100644
--- a/testing/storage-test-gc/pom.xml
+++ b/testing/storage-test-gc/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>os-storage-testing</artifactId>
         <groupId>org.opengroup.osdu</groupId>
-        <version>0.21.0-SNAPSHOT</version>
+        <version>0.22.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
 
     <groupId>org.opengroup.osdu.storage</groupId>
     <artifactId>storage-test-gc</artifactId>
-    <version>0.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.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 77ed89f63..bbe1e6dd7 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.21.0-SNAPSHOT</version>
+        <version>0.22.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.21.0-SNAPSHOT</version>
+    <version>0.22.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.storage</groupId>
             <artifactId>storage-test-core</artifactId>
-            <version>0.21.0-SNAPSHOT</version>
+            <version>0.22.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
-- 
GitLab