diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml
index a1108831452403b13de3530336ddf9a327f46954..4d2061660ae01f8bd3d5ca55224069b4135da17d 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 4bcc8aa3c3d0c0f88fcb728b3e9b7486ed1cc7d7..09a05ce09143f54302935b259d903d0aeea6b3c2 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>