From d6224a235aeca13472a529ab8714683b27081d23 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Fri, 8 Dec 2023 21:04:06 +0000 Subject: [PATCH] Remove SNAPSHOT dependencies --- 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 ee634f5ad..eecc7a576 100644 --- a/provider/notification-aws/pom.xml +++ b/provider/notification-aws/pom.xml @@ -72,7 +72,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.25.0-SNAPSHOT</version> + <version>0.25.0-rc3</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index d0166b1ff..540362c23 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.25.0-SNAPSHOT</version> + <version>0.25.0-rc3</version> </dependency> <dependency> <groupId>org.opengroup.osdu.notification</groupId> -- GitLab