From 6d2326dec2e38fa12a22f1288e028f55fbfeeb35 Mon Sep 17 00:00:00 2001 From: Rucha Deshpande <deshruch@amazon.com> Date: Tue, 17 Nov 2020 16:49:13 -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 7b84df54c..7852fa5ec 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-SNAPSHOT</version> + <version>0.3.13-deshruch-secrets-manager-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 ae675c474..e5c8bdd70 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-SNAPSHOT</version> + <version>0.3.13-deshruch-secrets-manager-SNAPSHOT</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> -- GitLab