From 8140d55c9b8ba4c475b5ce99f1a502c198dc7ee3 Mon Sep 17 00:00:00 2001
From: Rucha Deshpande <deshruch@amazon.com>
Date: Fri, 23 Oct 2020 12:20:04 -0500
Subject: [PATCH] Use os-core-lib-aws 0.3.11 Release version

---
 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 a11088314..4d2061660 100644
--- a/provider/notification-aws/pom.xml
+++ b/provider/notification-aws/pom.xml
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.opengroup.osdu.core.aws</groupId>
             <artifactId>os-core-lib-aws</artifactId>
-            <version>0.3.11-SNAPSHOT</version>
+            <version>0.3.11</version>
         </dependency>
 
         <!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-secretsmanager -->
diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml
index 4bcc8aa3c..09a05ce09 100644
--- a/testing/notification-test-aws/pom.xml
+++ b/testing/notification-test-aws/pom.xml
@@ -30,7 +30,7 @@
         <java.version>8</java.version>
         <maven.compiler.target>${java.version}</maven.compiler.target>
         <maven.compiler.source>${java.version}</maven.compiler.source>
-        <os-core-lib-aws.version>0.3.11-SNAPSHOT</os-core-lib-aws.version>
+        <os-core-lib-aws.version>0.3.11</os-core-lib-aws.version>
     </properties>
 
     <repositories>
-- 
GitLab