From ddbc628084782d450949db87900620e2121f8957 Mon Sep 17 00:00:00 2001 From: Rucha Deshpande <deshruch@amazon.com> Date: Fri, 23 Oct 2020 12:31:41 -0500 Subject: [PATCH] Update os-core-lib-aws version in notification-test-aws pom --- testing/notification-test-aws/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index 09a05ce09..cd41c5328 100644 --- a/testing/notification-test-aws/pom.xml +++ b/testing/notification-test-aws/pom.xml @@ -55,7 +55,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> <dependency> <groupId>com.amazonaws</groupId> -- GitLab