From 22f65b885474f9a711c6280adc3de3c661ca7c32 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Fri, 19 Mar 2021 00:49:53 -0400 Subject: [PATCH] Switching the dependencies to release versions The SNAPSHOT versions are not preserved in the package registry, and we can't be sure about what the build will be if we use these. By using release versions, the build is more predictable and reliable --- provider/notification-gcp/pom.xml | 2 +- provider/notification-ibm/pom.xml | 2 +- testing/notification-test-ibm/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml index 45e27d6e1..3145f8083 100644 --- a/provider/notification-gcp/pom.xml +++ b/provider/notification-gcp/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.6.1-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index 183bfbcaf..e49ca57bf 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-lib-ibm</artifactId> - <version>0.3.6-SNAPSHOT</version> + <version>0.7.0</version> </dependency> <dependency> diff --git a/testing/notification-test-ibm/pom.xml b/testing/notification-test-ibm/pom.xml index 97541a34b..447ca56c8 100644 --- a/testing/notification-test-ibm/pom.xml +++ b/testing/notification-test-ibm/pom.xml @@ -33,7 +33,7 @@ <java.version>8</java.version> <maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.source>${java.version}</maven.compiler.source> - <os-core-lib-ibm.version>0.3.8-SNAPSHOT</os-core-lib-ibm.version> + <os-core-lib-ibm.version>0.7.0</os-core-lib-ibm.version> </properties> <dependencies> -- GitLab