From d9b0d6bf1f69aea8ba8d31cebfa8226a217c2a9e Mon Sep 17 00:00:00 2001 From: Rucha Deshpande <deshruch@amazon.com> Date: Wed, 18 Nov 2020 14:41:11 -0600 Subject: [PATCH] update os-core-lib-ws 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 446a31202..19bd5d784 100644 --- a/provider/notification-aws/pom.xml +++ b/provider/notification-aws/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.3.13-deshruch-SNAPSHOT</version> + <version>0.3.13</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 ea6125e9b..806791ec1 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.3.13-deshruch-SNAPSHOT</version> + <version>0.3.13</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> -- GitLab