From f01b9e0ee49b119063bd26345188174f70706763 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Fri, 26 May 2023 16:02:49 +0000 Subject: [PATCH] Upgrade First Party Library Dependencies for Release 0.21 --- provider/notification-aws/pom.xml | 2 +- provider/notification-azure/pom.xml | 2 +- provider/notification-gc/pom.xml | 6 +++--- testing/notification-test-aws/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml index 6754dd47b..28625cf91 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-rc5</version> + <version>0.21.0</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index 37ae69c5e..8ab26aa37 100644 --- a/provider/notification-azure/pom.xml +++ b/provider/notification-azure/pom.xml @@ -39,7 +39,7 @@ <springframework.version>4.3.0.RELEASE</springframework.version> <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version> <reactor.core.version>3.3.0.RELEASE</reactor.core.version> - <osdu.corelibazure.version>0.21.0-rc3</osdu.corelibazure.version> + <osdu.corelibazure.version>0.21.0</osdu.corelibazure.version> <osdu.oscorecommon.version>0.19.0-rc6</osdu.oscorecommon.version> <junit.version>5.6.0</junit.version> <jjwt.version>3.8.1</jjwt.version> diff --git a/provider/notification-gc/pom.xml b/provider/notification-gc/pom.xml index 57ec48e81..25f741433 100644 --- a/provider/notification-gc/pom.xml +++ b/provider/notification-gc/pom.xml @@ -52,12 +52,12 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.21.0-rc4</version> + <version>0.21.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gc</artifactId> - <version>0.21.0-rc4</version> + <version>0.21.0</version> </dependency> <dependency> @@ -110,7 +110,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>oqm</artifactId> - <version>0.21.0-rc5</version> + <version>0.21.0</version> </dependency> </dependencies> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index 473497cc4..2263ef4a7 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.21.0-rc5</version> + <version>0.21.0</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> -- GitLab