From 179bc90404f00bb83df3f12b48228e057445f610 Mon Sep 17 00:00:00 2001 From: Rucha Deshpande <deshruch@amazon.com> Date: Tue, 17 Nov 2020 17:13:46 -0600 Subject: [PATCH] update core-lib 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 7852fa5ec..446a31202 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-secrets-manager-SNAPSHOT</version> + <version>0.3.13-deshruch-SNAPSHOT</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 e5c8bdd70..ea6125e9b 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-secrets-manager-SNAPSHOT</version> + <version>0.3.13-deshruch-SNAPSHOT</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> -- GitLab