From 8e38fd129b788cce7f9d4f22e3bfddc8fbc9c433 Mon Sep 17 00:00:00 2001
From: Madalyn Marabella <mmarabe@amazon.com>
Date: Mon, 8 May 2023 22:25:52 -0500
Subject: [PATCH] update core lib version to 0.21.0-rc5

---
 provider/notification-aws/pom.xml     | 2 +-
 testing/notification-test-aws/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index e31218a64..5f370e9b0 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.21.0-test-SNAPSHOT</version>
+            <version>0.21.0-rc5</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml
index fcdc3a6e1..6c60b2771 100644
--- a/testing/notification-test-aws/pom.xml
+++ b/testing/notification-test-aws/pom.xml
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.21.0-test-SNAPSHOT</version>
+            <version>0.21.0-rc5</version>
         </dependency>
         <dependency>
             <groupId>com.amazonaws</groupId>
-- 
GitLab