From 354da6ff9f52cfbc943de2df0c58e967d2fa4f65 Mon Sep 17 00:00:00 2001 From: Madalyn Marabella <mmarabe@amazon.com> Date: Tue, 2 May 2023 22:11:10 -0500 Subject: [PATCH] update snapshot version to test --- 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 72ae544ec..e31218a64 100644 --- a/provider/notification-aws/pom.xml +++ b/provider/notification-aws/pom.xml @@ -76,7 +76,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.21.0-SNAPSHOT</version> + <version>0.21.0-test-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index a4fe32f8e..fcdc3a6e1 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.14.0-rc2</version> + <version>0.21.0-test-SNAPSHOT</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> -- GitLab